Hi Guys,
 
can anyone give me a regular _expression_ that turns
bla foo bar "kuku 2" test test
 
into:
bla
foo
bar
kuku 2
test
test
 
(replaces spaces with \n only if its not encapsulated in ")
 
Thanks,
Tal.

Reply via email to