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.

Parameters

preg

Type: regex_t*

Pattern buffer storage area.

The data is owned by the caller of the function.
regex

Type: const char*

Regular expression as string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
cflags

Type: int

Flags.

Return value

Type: int

No description available.