1 #ifndef __REG_EXPRESS_H__
2 #define __REG_EXPRESS_H__
9 extern size_t regex_match(
char* pattern,
char*
string,
int opt, regmatch_t* match);
pArrayList regex_match_group(char *pattern, char *string, int opt, regmatch_t *match)
Definition: regexpress.c:65
pArrayList regex_split(char *pattern, char *string)
Definition: regexpress.c:4
size_t regex_match(char *pattern, char *string, int opt, regmatch_t *match)
Definition: regexpress.c:48