blob: 06498428665c1deb7bec38f1b10ed4d420a59299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 44 languages
* offensive language
* lists of any pattern
* IPv4 addresses
* URIs.
* Zip codes.
|