Function
Agsregcomp
since: 3.0.0
Declaration [src]
int
ags_regcomp (
regex_t* preg,
const char* regex,
int cflags
)
Description [src]
Compile regular expression language independent. It sets temporaly the locale to C and then reverts it.
Available since: 3.0.0
This function is not directly available to language bindings.