1 min read
0
Gist of the Day: Named Capture in Perl Regular Expressions (Briefly)
One of the largest critiques I see about regular expressions is that they lack readability. Well, in Perl 5.10 named capture was added (http://perldoc.perl.org/perlretut.html) which…