1PPIx::Regexp::Node::RanUgsee(r3)Contributed Perl DocumenPtPaItxi:o:nRegexp::Node::Range(3)
2
3
4
6 PPIx::Regexp::Node::Range - Represent a character range in a character
7 class
8
10 use PPIx::Regexp::Dumper;
11 PPIx::Regexp::Dumper->new( 'qr{[a-z]}smx' )
12 ->print();
13
15 "PPIx::Regexp::Node::Range" is a PPIx::Regexp::Node.
16
17 "PPIx::Regexp::Node::Range" has no descendants.
18
20 This class represents a character range in a character class. It is a
21 node rather than a structure because there are no delimiters. The
22 content is simply the two literals with the '-' operator between them.
23
25 This class provides no public methods beyond those provided by its
26 superclass.
27
29 Support is by the author. Please file bug reports at
30 <https://rt.cpan.org>, or in electronic mail to the author.
31
33 Thomas R. Wyant, III wyant at cpan dot org
34
36 Copyright (C) 2009-2020 by Thomas R. Wyant, III
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl 5.10.0. For more details, see the full
40 text of the licenses in the directory LICENSES.
41
42 This program is distributed in the hope that it will be useful, but
43 without any warranty; without even the implied warranty of
44 merchantability or fitness for a particular purpose.
45
46
47
48perl v5.30.1 2020-02-10 PPIx::Regexp::Node::Range(3)