« Three Mistakes in the Moral Mathematics of Blogging | Main | Mapping weblog communities »
januari 18, 2004
Mer om reguljära uttryck (i Perl)
I Maintaining Regular Expressions (perl.com) beskriver Andy Mackey sin Perl-modul Regexp::DeferredExecution.
Modulen beskrivs på följande sätt: This module provides the ability to include embedded Perl code within regular expressions via the usual (?{}) construct, but defer the execution of that code until the end of a successful pattern match.
Andra moduler som refereras i artikeln:
Regexp::Fields
Regexp::English
Se även Mackeys artiklar på O'Reilly Network.
Posted by hakank at januari 18, 2004 08:15 FM Posted to Reguljära uttryck etc