ice78991
Programmer
- Nov 20, 2006
- 216
I have a string which is full of random stuff and somewhere in the middle of it is an xml sequence. I want to use flash to return everything in the string between <result> and </result>
Should I be looking to regular expressions to achieve this or is it doable with the String class?
Should I be looking to regular expressions to achieve this or is it doable with the String class?