CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
regexpress.c File Reference
#include "regexpress.h"
#include "memalloc.h"

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 
)