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/Public/Dist/Display.html?Name=PPIx-Regexp>,
43       <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
44       mail to the author.
45

AUTHOR

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