Represent a regular expression of some sort
The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document.
The PPIx::Regexp object is instantiated using either new() or new_from_cache(). Either way, you must pass it a regular expression, either as a string or as one of the three relevant PPI objects: PPI::Token::StringLike::Regexp, PPI::Token::Regexp::Match, or PPI::Token::Regexp::Substitute. In the case of new_from_cache(), only one PPIx::Regexp object will be generated from a given PPI object; subsequent calls with the same PPI object will return the same PPIx::Regexp object.
- Links to devel:languages:perl / perl-PPIx-Regexp
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:illuusio:perl/perl-PPIx-Regexp && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
PPIx-Regexp-0.075.tar.gz | 0000232779 227 KB | |
_link | 0000000128 128 Bytes | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-PPIx-Regexp.changes | 0000038274 37.4 KB | |
perl-PPIx-Regexp.spec | 0000003497 3.42 KB |
Latest Revision
Tuukka Pasanen (illuusio)
committed
(revision 1)
Comments 0