CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
regexpress.h File Reference
#include <utils.h>
#include <utils_string.h>
#include <regex.h>

Go to the source code of this file.

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)
 

Function Documentation

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 
)