1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/pcre/pkg-descr

7 lines
263 B
Plaintext
Raw Normal View History

PCRE is a Perl compatible library of regular expressions. They
are based on a completely seperate code-base from Henry Spencers
originals. It has been designed to make efficient use of memory
for compiled regex's.
Original Author: Phil Hazel <ph10@cam.ac.uk>