8 lines
311 B
Text
8 lines
311 B
Text
PCRE is a Perl-compatible library of regular expressions.
|
|
They are based on a completely separate code-base from Henry
|
|
Spencer's originals. The library has been designed to make
|
|
efficient use of memory for compiled regular expressions.
|
|
|
|
Original Author: Phil Hazel <ph10@cam.ac.uk>
|
|
|
|
WWW: http://www.pcre.org/
|