[Home] [By Thread] [By Date] [Recent Entries]
Given the input
<elem>"foo, bar", baz, bom</elem> Is there a nice one liner / technique to return the three tokens "foo, bar" "baz" "bom" eg: <root> <token>foo, bar</token> <token>baz</token> <token>bom</token> </root> I can't see the answer for all the apparent quote escaping required...
|

Cart



