Functions | |
| pArrayList | regex_split (char *pattern, char *string) |
| 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) |
| 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 | ||
| ) |
| pArrayList regex_split | ( | char * | pattern, |
| char * | string | ||
| ) |