HPC Module: PCRE2
Synopsis
Adds the PCRE2 API to your environment.
About This Software | |
---|---|
Official Site | https://pcre.org |
Tags |
Installed Versions
Version | Install Date | Default? |
---|---|---|
10.34 | 2020-04-10 |
Description
The 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, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software.
PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. After nearly two decades, the limitations of the original API were making development increasingly difficult. The new API is more extensible, and it was simplified by abolishing the separate "study" optimizing function; in PCRE2, patterns are automatically optimized where possible. Since forking from PCRE1, the code has been extensively refactored and new features introduced.
Category
Library | Programming | Software | SysAdmin |
---|---|---|---|