989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
14 lines
500 B
Text
14 lines
500 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
|
|
|
|
Author: Damian Conway <damian@cs.monash.edu.au>
|
|
WWW: http://search.cpan.org/dist/Regexp-Common/
|