|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
Go to the source code of this file.
Macros | |
| #define | RE_DOT_MATCHES_NEWLINE 1 |
Typedefs | |
| typedef struct regex_t * | re_t |
Functions | |
| re_t | re_compile (const char *pattern) |
| int | re_matchp (re_t pattern, const char *text, int *matchlength) |
| int | re_match (const char *pattern, const char *text, int *matchlength) |
| re_t re_compile | ( | const char * | pattern | ) |
| int re_match | ( | const char * | pattern, |
| const char * | text, | ||
| int * | matchlength | ||
| ) |
Referenced by PEBLString::RegexMatch().
| int re_matchp | ( | re_t | pattern, |
| const char * | text, | ||
| int * | matchlength | ||
| ) |