Kat: parse() Question
- Posted by cklester <cklester at yahoo.com> Oct 13, 2004
- 540 views
No, I haven't checked the docs yet... :) If I have a string like this: "23 '17-5' 14 86" can I parse on the spaces and have the single-quoted items come back as one item? So, for instance, this string "One Two 'Three Four' Five 'Six Seven Eight'" would parse to { "One", "Two", "Three Four", "Five", "Six Seven Eight" } I'm sure you've got a function for that... Can you help me out here?! Thanks! :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/