Description
C++ applications can use PCRE2 regular expressions through a wrapper library.
It is useful for developers who want a higher-level interface around pattern matching while still relying on PCRE2 behavior. Regular expressions can be expensive or unsafe with untrusted patterns, so validate inputs in services and tools.