The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PPI::Token::Regexp"

PPI::Token::Regexp - Regular expression abstract base class River stage four • 195 direct dependents • 1581 total dependents

The "PPI::Token::Regexp" class is never instantiated, and simply provides a common abstract base class for the three regular expression classes. These being: m// - PPI::Token::Regexp::Match s/// - PPI::Token::Regexp::Substitute tr/// - PPI::Token::Re...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI::Token::Regexp::Match - A standard pattern match regex River stage four • 195 direct dependents • 1581 total dependents

A "PPI::Token::Regexp::Match" object represents a single match regular expression. Just to be doubly clear, here are things that are and aren't considered a match regexp. # Is a match regexp /This is a match regexp/; m/Old McDonald had a farm/eieio; ...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI::Token::QuoteLike::Regexp - Regexp constructor quote-like operator River stage four • 195 direct dependents • 1581 total dependents

A "PPI::Token::QuoteLike::Regexp" object represents the quote-like operator used to construct anonymous Regexp objects, as follows. # Create a Regexp object for a module filename my $module = qr/\.pm$/;...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI::Token::Regexp::Substitute - A match and replace regular expression token River stage four • 195 direct dependents • 1581 total dependents

A "PPI::Token::Regexp::Substitute" object represents a single substitution regular expression....

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI::Token::Regexp::Transliterate - A transliteration regular expression token River stage four • 195 direct dependents • 1581 total dependents

A "PPI::Token::Regexp::Transliterate" object represents a single transliteration regular expression. I'm afraid you'll have to excuse the ridiculously long class name, but when push came to shove I ended up going for pedantically correct names for th...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 195 direct dependents • 1581 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

PPI::Token::QuoteLike - Quote-like operator abstract base class River stage four • 195 direct dependents • 1581 total dependents

The "PPI::Token::QuoteLike" class is never instantiated, and simply provides a common abstract base class for the five quote-like operator classes. In PPI, a "quote-like" is the set of quote-like things that exclude the string quotes and regular expr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC
7 results (0.038 seconds)