1PPIx::Regexp::StructureU:s:eRregCeoxnSterti(b3u)ted PerlPPDIoxc:u:mReengteaxtpi:o:nStructure::RegexSet(3)
2
3
4

NAME

6       PPIx::Regexp::Structure::RegexSet - Represent a regexp character set
7

SYNOPSIS

9        use PPIx::Regexp::Dumper;
10        PPIx::Regexp::Dumper->new( 'qr{(?[ \w - [fox] ])}smx' )
11            ->print();
12

INHERITANCE

14       "PPIx::Regexp::Structure::RegexSet" is a PPIx::Regexp::Structure.
15
16       "PPIx::Regexp::Structure::RegexSet" has no descendants.
17

RESTRICTION

19       When running under Perl 5.6, the extended white space characters are
20       not recognized as white space.
21

DESCRIPTION

23       This class represents a regex character set.
24
25       These were introduced in Perl 5.17.8, and documented as experimental
26       and subject to change. If changes introduced in Perl result in changes
27       in the way "PPIx::Regexp" parses the regular expression, "PPIx::Regexp"
28       will track the change, even if they are incompatible with the previous
29       parse. If this functionality is retracted and the syntax used for
30       something else, "PPIx::Regexp" will forget completely about regex
31       character sets.
32
33       At some point, the documentation started calling these "Extended
34       Bracketed Character Classes", and documenting them in perlrecharclass.
35

METHODS

37       This class supports no public methods over and above those supported by
38       the superclasses.
39

SUPPORT

41       Support is by the author. Please file bug reports at
42       <https://rt.cpan.org>, or in electronic mail to the author.
43

AUTHOR

45       Thomas R. Wyant, III wyant at cpan dot org
46
48       Copyright (C) 2013-2020 by Thomas R. Wyant, III
49
50       This program is free software; you can redistribute it and/or modify it
51       under the same terms as Perl 5.10.0. For more details, see the full
52       text of the licenses in the directory LICENSES.
53
54       This program is distributed in the hope that it will be useful, but
55       without any warranty; without even the implied warranty of
56       merchantability or fitness for a particular purpose.
57
58
59
60perl v5.32.0                      2020-07-2P9PIx::Regexp::Structure::RegexSet(3)
Impressum