summaryrefslogtreecommitdiffstats
path: root/perl/perl-Regexp-Common/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Regexp-Common/README')
-rw-r--r--perl/perl-Regexp-Common/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Regexp-Common/README b/perl/perl-Regexp-Common/README
new file mode 100644
index 0000000000..9c7e7a59d3
--- /dev/null
+++ b/perl/perl-Regexp-Common/README
@@ -0,0 +1,8 @@
+This Perl module provides commonly needed regular expressions.
+Patterns like balanced parentheses and brackets, delimited text
+(with escapes), integers and floating-point numbers in any base (up
+to 36), comments in 44 programming languages, offensive language,
+lists of any pattern, IPv4 addresses, URIs, and zip codes are
+included. More complex patters can be built based on the patterns
+provided.
+