Name : perl-PPIx-Regexp
| |
Version : 0.20.0
| Vendor : Mandriva
|
Release : 2
| Date : 2011-05-21 15:50:56
|
Group : Development/Perl
| Source RPM : perl-PPIx-Regexp-0.20.0-2.src.rpm
|
Size : 0.42 MB
| |
Packager : Oden Eriksson < oeriksson_mandriva_com>
| |
Summary : Represent an independent subexpression marker
|
Description :
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.
This package shares with PPI the property of being round-trip safe. That is,
my $expr = \'s/ ( \\d+ ) ( \\D+ ) /$2$1/smxg\'; my $re = PPIx::Regexp->new( $expr ); print $re->content() eq $expr ? \"yes\ \" : \"no\ \"
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2011/i586/media/main/release |