1PPIx::Regexp::Token::GrUosueprTyCpoen:t:rPNiPabImuxet:de:CdRaepPgteeurxrlpe:(D:3oT)coukmeenn:t:aGtrioounpType::NamedCapture(3)
2
3
4
6 PPIx::Regexp::Token::GroupType::NamedCapture - Represent a named
7 capture
8
10 use PPIx::Regexp::Dumper;
11 PPIx::Regexp::Dumper->new( 'qr{(?<baz>foo)}smx' )
12 ->print();
13
15 "PPIx::Regexp::Token::GroupType::NamedCapture" is a
16 PPIx::Regexp::Token::GroupType.
17
18 "PPIx::Regexp::Token::GroupType::NamedCapture" has no descendants.
19
21 This class represents a named capture specification. Its content will
22 be something like one of the following:
23
24 ?<NAME>
25 ?'NAME'
26 ?P<NAME>
27
29 This class provides the following public methods. Methods not
30 documented here are private, and unsupported in the sense that the
31 author reserves the right to change or remove them without notice.
32
33 name
34 This method returns the name of the capture.
35
37 Support is by the author. Please file bug reports at
38 <http://rt.cpan.org>, or in electronic mail to the author.
39
41 Thomas R. Wyant, III wyant at cpan dot org
42
44 Copyright (C) 2009-2013 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.16.3 PPI2x0:1:4R-e0g6e-x1p0::Token::GroupType::NamedCapture(3)