|
Defines |
| #define | switch_regex_safe_free(re) |
Typedefs |
| typedef real_pcre | switch_regex_t |
Functions |
| switch_regex_t * | switch_regex_compile (const char *pattern, int options, const char **errorptr, int *erroroffset, const unsigned char *tables) |
| int | switch_regex_copy_substring (const char *subject, int *ovector, int stringcount, int stringnumber, char *buffer, int size) |
| void | switch_regex_free (void *data) |
| int | switch_regex_perform (const char *field, const char *expression, switch_regex_t **new_re, int *ovector, uint32_t olen) |
| void | switch_perform_substitution (switch_regex_t *re, int match_count, const char *data, const char *field_data, char *substituted, switch_size_t len, int *ovector) |
| switch_status_t | switch_regex_match (const char *target, const char *expression) |
| | Function to evaluate an expression against a string.
|