Slashdot Mirror


User: tstub

tstub's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:PCRE on Mastering Regular Expressions · · Score: 1

    Yes, the library is definitely Perl Compatible Regular Expressions.

    You can get the the C source, great documentation, and C++ wrappers from http://www.pcre.org

    This is the library that PHP and Apache 2.0 (and several other programs) use for regular expressions.

    Also, my book Regular Expression Pocket Reference is a companion to MRE and includes a chapter on PCRE. I own both editions of MRE and highly recommend the second edition. I think it's fair to say that Friedl taught me everything I know on this subject.