PPIx::Regexp::Token::CharClass::Simple - This class represents a simple character class


PPIx-Regexp documentation  | view source Contained in the PPIx-Regexp distribution.

Index


NAME

Top

PPIx::Regexp::Token::CharClass::Simple - This class represents a simple character class

SYNOPSIS

Top

 use PPIx::Regexp::Dumper;
 PPIx::Regexp::Dumper->new( 'qr{\w}smx' )
     ->print();

INHERITANCE

Top

PPIx::Regexp::Token::CharClass::Simple is a PPIx::Regexp::Token::CharClass.

PPIx::Regexp::Token::CharClass::Simple has no descendants.

DESCRIPTION

Top

This class represents one of the simple character classes that can occur anywhere in a regular expression. This includes not only the truly simple things like \w, but also Unicode properties.

METHODS

Top

This class provides no public methods beyond those provided by its superclass.

SUPPORT

Top

Support is by the author. Please file bug reports at http://rt.cpan.org, or in electronic mail to the author.

AUTHOR

Top

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Top


PPIx-Regexp documentation  | view source Contained in the PPIx-Regexp distribution.