|
void * | fe::ext::pcre_init (const char *a_pattern) |
|
void * | fe::ext::pcre_match (void *a_expression, const char *a_candidate) |
|
void * | fe::ext::pcre_search (void *a_expression, const char *a_candidate) |
|
void * | fe::ext::pcre_replace (void *a_expression, const char *a_candidate, const char *a_replacement) |
|
const char * | fe::ext::pcre_result (void *a_result, U32 a_index) |
|
void | fe::ext::pcre_finish (void *a_expression) |
|
void | fe::ext::pcre_release (void *a_result) |
|
FE_DL_EXPORT bool | fe::ext::regex_init (void) |
|