PCRE2_SET_GLOB_ESCAPE(3) Library Functions Manual PCRE2_SET_GLOB_ESCAPE(3) NNAAMMEE PCRE2 - Perl-compatible regular expressions (revised API) SSYYNNOOPPSSIISS ##iinncclluuddee <
> iinntt ppccrree22__sseett__gglloobb__eessccaappee((ppccrree22__ccoonnvveerrtt__ccoonntteexxtt **_c_v_c_o_n_t_e_x_t,, uuiinntt3322__tt _e_s_c_a_p_e___c_h_a_r));; DDEESSCCRRIIPPTTIIOONN 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 character whose code point is less than 256. The default is grave accent if running under Windows, other- wise backslash. The result of the function is zero for success or PCRE2_ERROR_BADDATA if the second argument is invalid. The pattern conversion functions are described in the ppccrree22ccoonnvveerrtt doc- umentation. PCRE2 10.30 11 July 2017 PCRE2_SET_GLOB_ESCAPE(3)