I need to truncate some data received from a URI:PARSE…it is full of html codes and data, The result at the end is what I need.
Here’s the string (abbreviated) ‘ junk“Result”>Q8:0;junk
What’s is the best way to truncate the extra stuff in the string so that I can split the data I need into variables.
Thanks in advance,
Philip
pabbott@cpak.com
i would recommend to use
Nokogirito extract your value fromResultspan:however if you can not / do not want to install
Nokogiri, use this regexp instead: