in reply to Re: Another for those who love the Regular Expression questions...
in thread Another for those who love the Regular Expression questions...

That's pretty good, but what if I tried to escape a quote with a backslash?
qq|look, these "words" are \"quoted\"!|; # results # [0] look, [1] these [2] words are quoted [3] !
It's probably a recursive check, which makes it very tough to do as a regex. (Hey, I'm not complaining about your solution, just making sure that people realize a regex won't catch all cases here!)
  • Comment on RE: Re: Another for those who love the Regular Expression questions...
  • Download Code

Replies are listed 'Best First'.
RE: RE: Re: Another for those who love the Regular Expression questions...
by turnstep (Parson) on Aug 15, 2000 at 00:10 UTC

    Oh sure, change the data after the question has been answered! :)