parrotcode: perl-compatible regular expressions | |
Contents | Examples |
examples/assembly/pcre.imc - perl-compatible regular expressions
% ./parrot examples/assembly/pcre.imc string pattern
Experimental string matching with PCRE (http://www.pcre.org/). Note that PCRE must be installed for this to work.
Original code by Leo Toetsch, updated by Jerry Gay <jerry dot gay at gmail dot com<gt>
|