1Regexp::Pattern::ExamplUes(e3r)Contributed Perl DocumentRaetgieoxnp::Pattern::Example(3)
2
3
4

NAME

6       Regexp::Pattern::Example - An example Regexp::Pattern::* module
7

VERSION

9       This document describes version 0.2.3 of Regexp::Pattern::Example (from
10       Perl distribution Regexp-Pattern), released on 2018-04-03.
11

SYNOPSIS

13        use Regexp::Pattern; # exports re()
14        my $re = re("Example::re1");
15

DESCRIPTION

17       Regexp::Pattern is a convention for organizing reusable regex patterns.
18

PATTERNS

20       ·   re1
21
22       ·   re2
23
24           This is regexp for blah.
25
26           A longer description.
27
28       ·   re3
29
30           This is a regexp for blah blah.
31
32           ...
33
34           This is a dynamic pattern which will be generated on-demand.
35
36           The following arguments are available to customize the generated
37           pattern:
38
39           ·   variant
40
41               Choose variant.
42

HOMEPAGE

44       Please visit the project's homepage at
45       <https://metacpan.org/release/Regexp-Pattern>.
46

SOURCE

48       Source repository is at
49       <https://github.com/perlancar/perl-Regexp-Pattern>.
50

BUGS

52       Please report any bugs or feature requests on the bugtracker website
53       <https://rt.cpan.org/Public/Dist/Display.html?Name=Regexp-Pattern>
54
55       When submitting a bug or request, please include a test-file or a patch
56       to an existing test-file that illustrates the bug or desired feature.
57

AUTHOR

59       perlancar <perlancar@cpan.org>
60
62       This software is copyright (c) 2018, 2016 by perlancar@cpan.org.
63
64       This is free software; you can redistribute it and/or modify it under
65       the same terms as the Perl 5 programming language system itself.
66
67
68
69perl v5.28.0                      2018-04-03       Regexp::Pattern::Example(3)
Impressum