TITLE ^

PGE::Rule::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).

POD ERRORS ^

Hey! The above document had some coding errors, which are explained below:

Around line 25:

'=item' outside of any '=over'

Around line 125:

You forgot a '=back' before '=head1'


parrot