PCRE2_SET_GLOB_SEPARATOR(3)Library Functions ManualPCRE2_SET_GLOB_SEPARATOR(3) NNAAMMEE PCRE2 - Perl-compatible regular expressions (revised API) SSYYNNOOPPSSIISS ##iinncclluuddee <> iinntt ppccrree22__sseett__gglloobb__sseeppaarraattoorr((ppccrree22__ccoonnvveerrtt__ccoonntteexxtt **_c_v_c_o_n_t_e_x_t,, uuiinntt3322__tt _s_e_p_a_r_a_t_o_r___c_h_a_r));; DDEESSCCRRIIPPTTIIOONN This function is part of an experimental set of pattern conversion functions. It sets the component separator character that is used when converting globs. The second argument must one of the characters for- ward slash, backslash, or dot. The default is backslash when running under Windows, otherwise forward slash. 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_SEPARATOR(3)