Welcome to the home of PCRE++ version 0.9.5

PCRE++ is a C++ wrapper-class for the great library PCRE. (Perl Compatible Regular Expressions), which is available on http://www.pcre.org/ by Philip Hazel.

It class allows you to use perl alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions or to search and replace a part of a string with another part.