Regular Expression pattern matching using the same syntax and semantics as Perl 5.
The package pcre2 is compatible with built-in CMake targets:
# Each component imports a target:
# TARGETS: PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX
find_package(pcre2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX)
Enable support for Just-In-Time compiling regex matchers
Enable default features
v10.43#0
All
BSD-3-Clause
Manifest