1PPIx::Regexp::Token::WhUisteerspCaocnet(r3i)buted Perl DPoPcIuxm:e:nRteagteixopn::Token::Whitespace(3)
2
3
4
6 PPIx::Regexp::Token::Whitespace - Represent whitespace
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{ foo }smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Whitespace" is a PPIx::Regexp::Token::NoOp.
15
16 "PPIx::Regexp::Token::Whitespace" has no descendants.
17
19 This class represents whitespace. It will appear inside the regular
20 expression only if the "/x" modifier is present, but it may also appear
21 between the type and the opening delimiter (e.g. "qr {foo}") or after
22 the regular expression in a bracketed substitution (e.g. "s{foo}
23 {bar}").
24
25 If the "/xx" modifier is present, it can also appear inside bracketed
26 character classes. This was introduced in Perl 5.25.9.
27
29 This class provides no public methods beyond those provided by its
30 superclass.
31
33 Support is by the author. Please file bug reports at
34 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
35 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
36 mail to the author.
37
39 Thomas R. Wyant, III wyant at cpan dot org
40
42 Copyright (C) 2009-2022 by Thomas R. Wyant, III
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl 5.10.0. For more details, see the full
46 text of the licenses in the directory LICENSES.
47
48 This program is distributed in the hope that it will be useful, but
49 without any warranty; without even the implied warranty of
50 merchantability or fitness for a particular purpose.
51
52
53
54perl v5.34.1 2022-03-22PPIx::Regexp::Token::Whitespace(3)