|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^3: Regex to match multiple words in an email subjectby philipbailey (Chaplain) |
| on Jan 07, 2011 at 09:58 UTC ( #881035=note: print w/ replies, xml ) | Need Help?? |
|
That's a good point, but in the OP's use case it's irrelevant. In fact, the regex could be trimmed down to: /(SSL|VASCO)/Or, to avoid unnecessary capturing: /(?:SSL|VASCO)/
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||