mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
18 lines
528 B
Plaintext
18 lines
528 B
Plaintext
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/
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|