micropathic
Well-known member
- Joined
- Oct 23, 2003
- Messages
- 75
Hi, I am reading a file to a string and I want to find the data between each set of quotes in the string. For instance, if my string looked something like this:
randomtext randomtext randomtext "this is what i want" randomtext randomtext "this is also what i want" randomtext
How could I get "this is what i want" and "this is also what i want" from the string?
Thanks for any help!
randomtext randomtext randomtext "this is what i want" randomtext randomtext "this is also what i want" randomtext
How could I get "this is what i want" and "this is also what i want" from the string?
Thanks for any help!