tr " " "\n"


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tal Achituv
Sent: Tuesday, February 10, 2004 15:04 PM
To: [EMAIL PROTECTED]
Subject: Regexps

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