1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/pcre/pkg-descr
Steve Price c39b1adcfa Initial import of pcre version 1.09.
A Perl Compatible Regular Expressions library.

PR:		7216
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
1998-07-12 22:59:19 +00:00

7 lines
263 B
Plaintext

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>