|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Regexp for Match Bracketsby turo (Friar) |
| on May 05, 2006 at 09:19 UTC ( [id://547639]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
the problem of your solution is that it takes all the text (parenthesis included) between the first open parenthesis and the last closed parenthesis, even if they are not balanced! :-P cheers
perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||