Kat: parse() Question

new topic     » topic index » view thread      » older message » newer message

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/

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu