mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
9 lines
401 B
Text
9 lines
401 B
Text
|
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.
|
||
|
|