2001-11-25 14:27:47 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
Author: Damian Conway <damian@cs.monash.edu.au>
|
2005-09-21 19:31:43 +00:00
|
|
|
WWW: http://search.cpan.org/dist/Regexp-Common/
|
2001-11-25 14:27:47 +00:00
|
|
|
|
|
|
|
-Anton
|
|
|
|
<tobez@FreeBSD.org>
|