![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^3: regular expression helpby ikegami (Patriarch) |
on Jun 03, 2009 at 20:30 UTC ( #768154=note: print w/replies, xml ) | Need Help?? |
That's why I didn't recommend it. Perl's match operator can match extremely complex expressions (the initial purpose of regular expressions) and it can extract data from strings, but it's not so good at doing both at once. (At least not before 5.10. 5.10 added a bunch of tools that might help.)
In Section
Seekers of Perl Wisdom
|
|