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 <http://rt.cpan.org>, or in electronic mail to the author.
36
38 Thomas R. Wyant, III wyant at cpan dot org
39
41 Copyright (C) 2009-2013 by Thomas R. Wyant, III
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl 5.10.0. For more details, see the full
45 text of the licenses in the directory LICENSES.
46
47 This program is distributed in the hope that it will be useful, but
48 without any warranty; without even the implied warranty of
49 merchantability or fitness for a particular purpose.
50
51
52
53perl v5.16.3 2014-06-10 PPIx::Regexp::Token::Control(3)