GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Regexp::Pattern::Perl::Dist(3) User Contributed Perl Documentation Regexp::Pattern::Perl::Dist(3)

Regexp::Pattern::Perl::Dist - Regexp patterns related to Perl distribution

This document describes version 0.006 of Regexp::Pattern::Perl::Dist (from Perl distribution Regexp-Pattern-Perl), released on 2021-07-27.

 use Regexp::Pattern; # exports re()
 my $re = re("Perl::Dist::perl_distname");

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

perl_distname

Examples:

Example #1.

 "" =~ re("Perl::Dist::perl_distname");  # DOESN'T MATCH
    

Example #2.

 "Foo-Bar" =~ re("Perl::Dist::perl_distname");  # matches
    

Example #3.

 "Foo-0Bar" =~ re("Perl::Dist::perl_distname");  # matches
    

Example #4.

 "0Foo-Bar" =~ re("Perl::Dist::perl_distname");  # DOESN'T MATCH
    

Example #5.

 "Foo::Bar" =~ re("Perl::Dist::perl_distname");  # DOESN'T MATCH
    

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

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

Please report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=Regexp-Pattern-Perl>

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.

Other "Regexp::Pattern::Perl::*" modules.

Regexp::Pattern

Some utilities related to Regexp::Pattern: App::RegexpPatternUtils, rpgrep from App::rpgrep.

perlancar <perlancar@cpan.org>

This software is copyright (c) 2021, 2020 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.

2021-07-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.