1PPIx::Regexp::Token::ChUasreCrlaCsosn(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::CharClass(3)
2
3
4
6 PPIx::Regexp::Token::CharClass - Represent a character class
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{\w}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::CharClass" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::CharClass" is the parent of
17 PPIx::Regexp::Token::CharClass::POSIX and
18 PPIx::Regexp::Token::CharClass::Simple.
19
21 This class represents a character class. It is not intended that this
22 class be instantiated; it simply serves to identify a character class
23 in the class hierarchy, and provide any common methods that might
24 become useful.
25
27 This class provides the following public methods beyond those provided
28 by its superclass.
29
30 is_matcher
31 This method returns a true value because a character class actually
32 matches something.
33
35 Support is by the author. Please file bug reports at
36 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
37 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
38 mail to the author.
39
41 Thomas R. Wyant, III wyant at cpan dot org
42
44 Copyright (C) 2009-2021 by Thomas R. Wyant, III
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl 5.10.0. For more details, see the full
48 text of the licenses in the directory LICENSES.
49
50 This program is distributed in the hope that it will be useful, but
51 without any warranty; without even the implied warranty of
52 merchantability or fitness for a particular purpose.
53
54
55
56perl v5.34.0 2021-10-25 PPIx::Regexp::Token::CharClass(3)