|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: Need a regex..by ikegami (Pope) |
| on May 22, 2012 at 20:18 UTC ( #971867=note: print w/ replies, xml ) | Need Help?? |
|
It's unclear what you want. If you're trying to match «a string that isn't "Select"», you want
If you're trying to match «a string that doesn't contain "Select"», you want
If you're trying to match «any number of characters that don't contain the substring "Select"», you want
(This last one would normally be used as part of a larger pattern.) is to as is to
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||