![]() |
| |||||||
| Distribution | PPIx-Regexp [Download] |
| Author | WYANT [ Tom Wyant ] |
| Version | 0.020 |
| Abstract | Parse regular expressions |
| Released | 2 Apr 2011 |
| Size | 132.9 KB |
| MD5 Checksum | 1293df6eb0765646a73808d32ff8ed82 |
| Additional Files | README | META | Changes | Makefile.PL | Build.PL | |
| Links | search.cpan.org | CPAN::Forum | AnnoCPAN | rt.cpan.org | Rating | CPANTS | CPAN testers | Dependencies | Testers matrix | Prerequisites | List::MoreUtils | List::Util | PPI::Document | Scalar::Util | Task::Weaken | |
| PPIx::Regexp [source] [v 0.020] | Represent a regular expression of some sort |
| PPIx::Regexp::Constant [source] [v 0.020] | Constants for the PPIx::Regexp system |
| PPIx::Regexp::Dumper [source] [v 0.020] | Dump the results of parsing regular expressions |
| PPIx::Regexp::Element [source] [v 0.020] | Base of the PPIx::Regexp hierarchy. |
| PPIx::Regexp::Lexer [source] [v 0.020] | Assemble tokenizer output. |
| PPIx::Regexp::Node [source] [v 0.020] | Represent a container |
| PPIx::Regexp::Node::Range [source] [v 0.020] | Represent a character range in a character class |
| PPIx::Regexp::Structure [source] [v 0.020] | Represent a structure. |
| PPIx::Regexp::Structure::Assertion [source] [v 0.020] | Represent a parenthesized assertion |
| PPIx::Regexp::Structure::BranchReset [source] [v 0.020] | Represent a branch reset group |
| PPIx::Regexp::Structure::Capture [source] [v 0.020] | Represent capture parentheses. |
| PPIx::Regexp::Structure::CharClass [source] [v 0.020] | Represent a character class |
| PPIx::Regexp::Structure::Code [source] [v 0.020] | Represent one of the code structures. |
| PPIx::Regexp::Structure::Main [source] [v 0.020] | Represent a regular expression proper, or a substitution |
| PPIx::Regexp::Structure::Modifier [source] [v 0.020] | Represent modifying parentheses |
| PPIx::Regexp::Structure::NamedCapture [source] [v 0.020] | Represent a named capture |
| PPIx::Regexp::Structure::Quantifier [source] [v 0.020] | Represent curly bracket quantifiers |
| PPIx::Regexp::Structure::Regexp [source] [v 0.020] | Represent the top-level regular expression |
| PPIx::Regexp::Structure::Replacement [source] [v 0.020] | Represent the replacement in s/// |
| PPIx::Regexp::Structure::Subexpression [source] [v 0.020] | Represent an independent subexpression |
| PPIx::Regexp::Structure::Switch [source] [v 0.020] | Represent a switch |
| PPIx::Regexp::Structure::Unknown [source] [v 0.020] | Represent an unknown structure. |
| PPIx::Regexp::Support [source] [v 0.020] | Basis for the PPIx::Regexp support classes |
| PPIx::Regexp::Token [source] [v 0.020] | Base class for PPIx::Regexp tokens. |
| PPIx::Regexp::Token::Assertion [source] [v 0.020] | Represent a simple assertion. |
| PPIx::Regexp::Token::Backreference [source] [v 0.020] | Represent a back reference |
| PPIx::Regexp::Token::Backtrack [source] [v 0.020] | Represent backtrack control. |
| PPIx::Regexp::Token::CharClass [source] [v 0.020] | Represent a character class |
| PPIx::Regexp::Token::CharClass::POSIX [source] [v 0.020] | Represent a POSIX character class |
| PPIx::Regexp::Token::CharClass::POSIX::Unknown [source] [v 0.020] | Represent an unknown or unsupported POSIX character class |
| PPIx::Regexp::Token::CharClass::Simple [source] [v 0.020] | This class represents a simple character class |
| PPIx::Regexp::Token::Code [source] [v 0.020] | Represent a chunk of Perl embedded in a regular expression. |
| PPIx::Regexp::Token::Comment [source] [v 0.020] | Represent a comment. |
| PPIx::Regexp::Token::Condition [source] [v 0.020] | Represent the condition of a switch |
| PPIx::Regexp::Token::Control [source] [v 0.020] | Case and quote control. |
| PPIx::Regexp::Token::Delimiter [source] [v 0.020] | Represent the delimiters of the regular expression |
| PPIx::Regexp::Token::Greediness [source] [v 0.020] | Represent a greediness qualifier. |
| PPIx::Regexp::Token::GroupType [source] [v 0.020] | Represent a grouping parenthesis type. |
| PPIx::Regexp::Token::GroupType::Assertion [source] [v 0.020] | Represent a look ahead or look behind assertion |
| PPIx::Regexp::Token::GroupType::BranchReset [source] [v 0.020] | Represent a branch reset specifier |
| PPIx::Regexp::Token::GroupType::Code [source] [v 0.020] | Represent one of the embedded code indicators |
| PPIx::Regexp::Token::GroupType::Modifier [source] [v 0.020] | Represent the modifiers in a modifier group. |
| PPIx::Regexp::Token::GroupType::NamedCapture [source] [v 0.020] | Represent a named capture |
| PPIx::Regexp::Token::GroupType::Subexpression [source] [v 0.020] | Represent an independent subexpression marker |
| PPIx::Regexp::Token::GroupType::Switch [source] [v 0.020] | Represent the introducing characters for a switch |
| PPIx::Regexp::Token::Interpolation [source] [v 0.020] | Represent an interpolation in the PPIx::Regexp package. |
| PPIx::Regexp::Token::Literal [source] [v 0.020] | Represent a literal character |
| PPIx::Regexp::Token::Modifier [source] [v 0.020] | Represent modifiers. |
| PPIx::Regexp::Token::Operator [source] [v 0.020] | Represent an operator. |
| PPIx::Regexp::Token::Quantifier [source] [v 0.020] | Represent an atomic quantifier. |
| PPIx::Regexp::Token::Recursion [source] [v 0.020] | Represent a recursion |
| PPIx::Regexp::Token::Reference [source] [v 0.020] | Represent a reference to a capture |
| PPIx::Regexp::Token::Structure [source] [v 0.020] | Represent structural elements. |
| PPIx::Regexp::Token::Unknown [source] [v 0.020] | Represent an unknown token |
| PPIx::Regexp::Token::Unmatched [source] [v 0.020] | Represent an unmatched right bracket |
| PPIx::Regexp::Token::Whitespace [source] [v 0.020] | Represent whitespace |
| PPIx::Regexp::Tokenizer [source] [v 0.020] | Tokenize a regular expression |
| PPIx::Regexp::Util [source] [v 0.020] | Utility functions for PPIx::Regexp; |
| ActiveState default Perl 5.10 repository [ v 0.020 ] |
| ActiveState default Perl 5.12 repository [ v 0.020 ] |
| www.bribes.org Perl 5.10 repository [ v 0.020 ] |
| www.bribes.org Perl 5.12 repository [ v 0.020 ] |
| www.bribes.org Perl 5.8 repository [ v 0.020 ] |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |