blob: c41bd3c2e81102e7550a6f83562d67e40f3a7401 (
plain)
1
2
3
4
|
PCRE is a Perl compatible library of regular expressions. They
are based on a completely separate code-base from Henry Spencers
originals. It has been designed to make efficient use of memory
for compiled regex's.
|