How would I get a value in between the two quotes after value=?
So, value="hi my name is bob" />
would return: hi my name is bob
or value="Ouch! "that hurt" lol..." />
would return: Ouch! "that hurt" lol...
so basically I know the value=" TEXT_HERE " /> will always occur and I want the string inside of it. and yes, there is always a space before the /> at the end.
It is HTML code I am parsing, I have gotten everything except for this field to parse correctly.
Thanks for the help
-Austin