#include <ze-sys.h>
#include <libze.h>
#include <zeRegex.h>
Go to the source code of this file.
|
| bool | zeRegexComp (zeRegex_T *re, char *expr, int flags) |
| |
| bool | zeRegexExec (zeRegex_T *re, char *s, long *pi, long *pf, int flags) |
| |
| void | zeRegexFree (zeRegex_T *re) |
| |
| int | zeRegexCount (char *s, char *expr) |
| |
| bool | zeRegexLookup (char *s, char *expr, long *pi, long *pf) |
| |
| char * | zeRegexError (zeRegex_T *re) |
| |
◆ DIM_VECTOR
| #define DIM_VECTOR (3 * 32) |
◆ J_PCRE_FLAGS
| #define J_PCRE_FLAGS (PCRE_CASELESS | PCRE_DOTALL) |
◆ JREGCOMP_FLAGS
| #define JREGCOMP_FLAGS (REG_ICASE | REG_EXTENDED) |
◆ JREGEXEC_FLAGS