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