Page is a not externally linkable
amznVibe - 6:46 am on Jan 21, 2004 (gmt 0)
the phrase: I'd like to retrive the first words before the ~ I got the first one working with s/\~(.*)//g I thought this might work for the second s/\^(.*)~// but no go. Many thanks for any help!
I have a weird situation where I can only use a regex expression to do a search/replace to split up a phrase broken by special characters. I need a regex pro, this is beyond my skill (an hour+ on this already!)
a quick~brown fox~jumped over
the second phrase between the ~
and the last words after the last ~
but the rest are beyond me.