parrotcode: rules for extracting delimited text sequences from strings | |
Contents | Libraries |
PGE::Text - rules for extracting delimited text sequences from strings
The various rules in this module may be used to extract delimited strings from within PGE rules. (They can of course be called directly, also.)
bracketed(PMC target, string delim)
target
using the delimiters specified by delim
,
and returns a Match
object containing the result of the extraction.Patrick Michaud (pmichaud@pobox.com) is the author and maintainer. Patches and suggestions should be sent to the Perl 6 compiler list (perl6-compiler@perl.org).
|