in reply to Re: Another for those who love the Regular Expression questions...
in thread Another for those who love the Regular Expression questions...
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!)qq|look, these "words" are \"quoted\"!|; # results # [0] look, [1] these [2] words are quoted [3] !
|
|---|
| 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 |