php-src/ext/pcre
Andrey Hristov 17bbbf2963 Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.
PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/

config.m4 will be updated to be more robust later on.

perl_match() takes a regular expression, the source string, and the array
for subpattern matches.

perl_replace() takes a regular expression, the search string, and the replacement
string.

Regular expression is specified using delimiters and options.  Example:

perl_match("/<[a-z]*>/i", $text, $tags);

More stuff is coming soon.
1999-05-21 13:17:23 +00:00
..
config0.m4 Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
config.h.stub Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
config.m4 Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
Makefile.am Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
pcre.c Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
php_pcre.h Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00
setup.stub Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. 1999-05-21 13:17:23 +00:00