Top | ![]() |
![]() |
![]() |
![]() |
Functions
ags_regcomp ()
int ags_regcomp (,
regex_t *pregconst
,char *regex);
int cflags
Compile regular expression language independent. It sets temporaly the locale to C and then reverts it.
Since:
ags_regexec ()
int ags_regexec (const
,regex_t *pregconst
,char *string,
size_t nmatch,
regmatch_t pmatch[]);
int eflags
Execute regular expression language independent. It sets temporaly the locale to C and then reverts it.
Parameters
preg |
pattern buffer storage area |
|
string |
the string to match |
|
nmatch |
match count |
|
pmatch |
match array |
|
eflags |
error flags |
Since: