search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
452 B
Text
13 lines
452 B
Text
By default, this module exports a single hash (`%RE') that stores or
|
|
generates commonly needed regular expressions. Patterns currently
|
|
provided include:
|
|
|
|
* balanced parentheses and brackets
|
|
* delimited text (with escapes)
|
|
* integers and floating-point numbers in any base (up to 36)
|
|
* comments in C, C++, Perl, and shell
|
|
* offensive language
|
|
* lists of any pattern
|
|
* IPv4 addresses
|
|
|
|
WWW: https://metacpan.org/release/Regexp-Common
|