Package : perl-PPIx-Regexp > RPM : perl-PPIx-Regexp-0.88.0-1.mga10.src.rpm

Basic items

Name perl-PPIx-Regexp
Version 0.88.0
Release 1.mga10
URL https://metacpan.org/release/PPIx-Regexp
Group Development/Perl
Summary Represent an independent subexpression marker
Size 263KB
Arch noarch
License GPL+ or Artistic

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
"

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2023-08-30 15:48:42
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie