1PPIx::Regexp::StructureU:s:eQruaCnotnitfriiebru(t3e)d PePrPlIxD:o:cRuemgeenxtpa:t:iSotnructure::Quantifier(3)
2
3
4

NAME

6       PPIx::Regexp::Structure::Quantifier - Represent curly bracket
7       quantifiers
8

SYNOPSIS

10        use PPIx::Regexp::Dumper;
11        PPIx::Regexp::Dumper->new( 'qr{fo{2,}}smx' )
12            ->print();
13

INHERITANCE

15       "PPIx::Regexp::Structure::Quantifier" is a PPIx::Regexp::Structure.
16
17       "PPIx::Regexp::Structure::Quantifier" has no descendants.
18

DESCRIPTION

20       This class represents curly bracket quantifiers such as "{3}", "{3,}"
21       and "{3,5}". The contents are left as literals or interpolations.
22
23       Note that if they occur inside a variable-length look-behind,
24       quantifiers with different low and high limits (such as '{1,3}' imply a
25       minimum Perl version of 5.29.9. Quantifiers specifying more than 255
26       characters are regarded as parse errors and reblessed into the unknown
27       structure.
28

METHODS

30       This class provides no public methods beyond those provided by its
31       superclass.
32

SUPPORT

34       Support is by the author. Please file bug reports at
35       <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
36       <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
37       mail to the author.
38

AUTHOR

40       Thomas R. Wyant, III wyant at cpan dot org
41
43       Copyright (C) 2009-2022 by Thomas R. Wyant, III
44
45       This program is free software; you can redistribute it and/or modify it
46       under the same terms as Perl 5.10.0. For more details, see the full
47       text of the licenses in the directory LICENSES.
48
49       This program is distributed in the hope that it will be useful, but
50       without any warranty; without even the implied warranty of
51       merchantability or fitness for a particular purpose.
52
53
54
55perl v5.34.1                      2022-03P-P2I2x::Regexp::Structure::Quantifier(3)
Impressum