1PPIx::Regexp::Token::BaUcsketrraCcokn(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::Backtrack(3)
2
3
4

NAME

6       PPIx::Regexp::Token::Backtrack - Represent backtrack control.
7

SYNOPSIS

9        use PPIx::Regexp::Dumper;
10        PPIx::Regexp::Dumper->new( 'qr{(*ACCEPT)}smx' )
11            ->print();
12

INHERITANCE

14       "PPIx::Regexp::Token::Backtrack" is a PPIx::Regexp::Token.
15
16       "PPIx::Regexp::Token::Backtrack" has no descendants.
17

DESCRIPTION

19       This class represents one of the backtrack controls.
20

METHODS

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

SUPPORT

37       Support is by the author. Please file bug reports at
38       <https://rt.cpan.org>, or in electronic mail to the author.
39

AUTHOR

41       Thomas R. Wyant, III wyant at cpan dot org
42
44       Copyright (C) 2009-2020 by Thomas R. Wyant, III
45
46       This program is free software; you can redistribute it and/or modify it
47       under the same terms as Perl 5.10.0. For more details, see the full
48       text of the licenses in the directory LICENSES.
49
50       This program is distributed in the hope that it will be useful, but
51       without any warranty; without even the implied warranty of
52       merchantability or fitness for a particular purpose.
53
54
55
56perl v5.32.0                      2020-07-29 PPIx::Regexp::Token::Backtrack(3)
Impressum