1PPIx::Regexp::Token::BaUcsketrraCcokn(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::Backtrack(3)
2
3
4
6 PPIx::Regexp::Token::Backtrack - Represent backtrack control.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(*ACCEPT)}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Backtrack" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Backtrack" has no descendants.
17
19 This class represents one of the backtrack controls.
20
22 This class provides no public methods beyond those provided by its
23 superclass.
24
25 arg
26 This method returns the backtrack control argument specified by the
27 element. This is the text after the first colon (':'), or the empty
28 string ('') if none was specified.
29
30 verb
31 This method returns the backtrack control verb represented by the
32 element. This is the text up to but not including the first colon (':')
33 if any. If the element specifies '' or "'F"", this method will return
34 'MARK' or 'FAIL', respectively.
35
37 Support is by the author. Please file bug reports at
38 <https://rt.cpan.org/Public/Dist/Display.html?Name=PPIx-Regexp>,
39 <https://github.com/trwyant/perl-PPIx-Regexp/issues>, or in electronic
40 mail to the author.
41
43 Thomas R. Wyant, III wyant at cpan dot org
44
46 Copyright (C) 2009-2021 by Thomas R. Wyant, III
47
48 This program is free software; you can redistribute it and/or modify it
49 under the same terms as Perl 5.10.0. For more details, see the full
50 text of the licenses in the directory LICENSES.
51
52 This program is distributed in the hope that it will be useful, but
53 without any warranty; without even the implied warranty of
54 merchantability or fitness for a particular purpose.
55
56
57
58perl v5.32.1 2021-03-26 PPIx::Regexp::Token::Backtrack(3)