pcre2_set_glob_escape (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Synopsis #include <pcre2.h> int pcre2_set_glob_escape(pcre2_convert_context *cvcontext, uint32_t escape_char); Description This function is part of an experimental set of pattern conversion functions. It sets the escape character that is used when converting globs. The second argument must either be zero (meaning there is no escape character) or a punctuation…
