![]() |
|
P is for Practical | |
PerlMonks |
Re: regex helpby jethro (Monsignor) |
on Oct 05, 2013 at 20:06 UTC ( #1057077=note: print w/replies, xml ) | Need Help?? |
Another solution, with only one regex:
This works because in a string with both letters and numbers there has to be at least one location where a letter and a number touch Update: To Laurent_R: Absolutely. Clarity and simplicity always wins. Except when this line is in the 3% of code that needs 99,7% of the runtime of a program and you have to optimise for speed
In Section
Seekers of Perl Wisdom
|
|