1PPIx::Regexp::Token::CoUnsterrolC(o3n)tributed Perl DocuPmPeInxt:a:tRieognexp::Token::Control(3)
2
3
4
6 PPIx::Regexp::Token::Control - Case and quote control.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{\Ufoo\E}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Control" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Control" has no descendants.
17
19 This class represents the case and quote controls. These apply when the
20 regular expression is compiled, changing the actual expression
21 generated. For example
22
23 print qr{\Ufoo\E}, "\n"
24
25 prints
26
27 (?-xism:FOO)
28
30 This class provides no public methods beyond those provided by its
31 superclass.
32
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
40 Thomas R. Wyant, III wyant at cpan dot org
41
43 Copyright (C) 2009-2021 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.32.1 2021-03-26 PPIx::Regexp::Token::Control(3)