1PPIx::Regexp::Token::AsUsseerrtiCoonn(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::Assertion(3)
2
3
4
6 PPIx::Regexp::Token::Assertion - Represent a simple assertion.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{\bfoo\b}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Assertion" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Assertion" has no descendants.
17
19 This class represents one of the simple assertions; that is, those that
20 are not defined via parentheses. This includes the zero-width
21 assertions "^", "$", "\b", "\B", "\A", "\Z", "\z" and "\G", as well as
22 the positive look-behind assertion "\K" added in Perl 5.009005.
23
25 This class provides no public methods beyond those provided by its
26 superclass.
27
29 Support is by the author. Please file bug reports at
30 <http://rt.cpan.org>, or in electronic mail to the author.
31
33 Thomas R. Wyant, III wyant at cpan dot org
34
36 Copyright (C) 2009-2013 by Thomas R. Wyant, III
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl 5.10.0. For more details, see the full
40 text of the licenses in the directory LICENSES.
41
42 This program is distributed in the hope that it will be useful, but
43 without any warranty; without even the implied warranty of
44 merchantability or fitness for a particular purpose.
45
46
47
48perl v5.16.3 2014-06-10 PPIx::Regexp::Token::Assertion(3)