The Perl Compatible Regular Expressions (PCRE) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, in addition to a set of POSIX compatible wrapper functions.
Categories
Software DevelopmentLicense
Other LicenseFollow PCRE
Other Useful Business Software
Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar
Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
Rate This Project
Login To Rate This Project
User Reviews
-
I love this library
-
Fast and feature rich regular expression library. The API is simple and effective. Using the library in Microsoft development tools and compiling for Win32 platform was effortless. We have embedded PCRE as a native class into our "JILRun runtime environment", a programming environment for Windows console applications, where PCRE is providing fast and reliable string search and replace operations.
-
Very good! Thanks!