|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: Regular Expression Builderby fruiture (Curate) |
| on Aug 30, 2002 at 16:50 UTC ( #194172=note: print w/ replies, xml ) | Need Help?? |
|
Well, 'rich36' could be translated to '\w{4}\d{2}' or to '\w{6}' or '.{6}' ... You need to specify that [a-zA-Z] must become \w and [0-9] must become \d ... A try:
update: corrected [ and ] again (twice)... --http://fruiture.de
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||