TITLE

PGE::Text - rules for extracting delimited text sequences from strings

DESCRIPTION

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.)

Available rules

bracketed(PMC target, string delim)
Extracts a balanced-bracket-delimited substring from the current position of target using the delimiters specified by delim, and returns a Match object containing the result of the extraction.

AUTHOR

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).