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

Search results for "module:PPIx::Regexp::Token::Assertion"

PPIx::Regexp::Token::Assertion - Represent a simple assertion. River stage three • 9 direct dependents • 167 total dependents

This class represents one of the simple assertions; that is, those that are not defined via parentheses. This includes the zero-width assertions "^", "$", "\b", "\B", "\A", "\Z", "\z" and "\G", as well as: * The "\z" assertion added in Perl 5.005, * ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Token::GroupType::Assertion - Represent a look ahead or look behind assertion River stage three • 9 direct dependents • 167 total dependents

This class represents the parenthesized look ahead and look behind assertions....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Token - Base class for PPIx::Regexp tokens. River stage three • 9 direct dependents • 167 total dependents

This class represents the base of the class hierarchy for tokens in the PPIx::Regexp package....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp - Represent a regular expression of some sort River stage three • 9 direct dependents • 167 total dependents

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 ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Constant - Constants for the PPIx::Regexp system River stage three • 9 direct dependents • 167 total dependents

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Element - Base of the PPIx::Regexp hierarchy. River stage three • 9 direct dependents • 167 total dependents

This class is the base of the PPIx::Regexp object hierarchy. It provides the same kind of navigational functionality that is provided by PPI::Element....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Structure - Represent a structure. River stage three • 9 direct dependents • 167 total dependents

This class represents a bracketed construction of some sort. The brackets are considered part of the structure, but not inside it. So the "elements()" method returns the brackets if they are defined, but the "children()" method does not....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Token::GroupType - Represent a grouping parenthesis type. River stage three • 9 direct dependents • 167 total dependents

This class represents any of the magic sequences of characters that can follow an open parenthesis. This particular class is intended to be abstract....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

PPIx::Regexp::Token::GroupType::Code - Represent one of the embedded code indicators River stage three • 9 direct dependents • 167 total dependents

This method represents one of the embedded code indicators, either '?' or '??', in the zero-width assertion (?{ print "Hello, world!\n" }) or the old-style deferred expression syntax my $foo; $foo = qr{ foo (??{ $foo }) }smx;...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC
9 results (0.042 seconds)