Resolved! Regex Parse of HTML
I have a string of "<title>This is a string</title>" and I need to set the values between the tags as a variable thus returning "This is a string" (without quotes of course)... I tried this but it does not work... var str = "<title>This is a string</...
