NAME
Regexp::Pattern::Example - An example Regexp::Pattern::* module
VERSION
This document describes version 0.2.4 of Regexp::Pattern::Example (from Perl distribution Regexp-Pattern), released on 2018-09-10.
SYNOPSIS
use Regexp::Pattern; # exports re()
my $re = re("Example::re1");
DESCRIPTION
Regexp::Pattern is a convention for organizing reusable regex patterns.
PATTERNS
re1
re2
This is regexp for blah.
A longer description.
re3
This is a regexp for blah blah.
...
This is a dynamic pattern which will be generated on-demand.
The following arguments are available to customize the generated pattern:
variant
Choose variant.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Regexp-Pattern.
SOURCE
Source repository is at https://github.com/perlancar/perl-Regexp-Pattern.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Regexp-Pattern
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018, 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.