![]() |
|
P is for Practical | |
PerlMonks |
Re: One regex construct to handle multiple string typesby oko1 (Deacon) |
on Nov 29, 2008 at 14:23 UTC ( #726788=note: print w/replies, xml ) | Need Help?? |
If you're looking for a single digit followed by a capital letter (this is a wild guess, since you might just be looking for a literal '2L' anywhere in the string - it's rather hard to tell), then this simple regex will do:
-- "Language shapes the way we think, and determines what we can think about." -- B. L. Whorf
In Section
Seekers of Perl Wisdom
|
|