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>, or in electronic mail to the author.
37
39 Thomas R. Wyant, III wyant at cpan dot org
40
42 Copyright (C) 2009-2020 by Thomas R. Wyant, III
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl 5.10.0. For more details, see the full
46 text of the licenses in the directory LICENSES.
47
48 This program is distributed in the hope that it will be useful, but
49 without any warranty; without even the implied warranty of
50 merchantability or fitness for a particular purpose.
51
52
53
54perl v5.32.0 2020-07-29 PPIx::Regexp::Token::CharClass(3)