PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
re.h File Reference

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)
 

Macro Definition Documentation

◆ RE_DOT_MATCHES_NEWLINE

#define RE_DOT_MATCHES_NEWLINE   1

Definition at line 39 of file re.h.

Typedef Documentation

◆ re_t

typedef struct regex_t* re_t

Definition at line 49 of file re.h.

Function Documentation

◆ re_compile()

re_t re_compile ( const char *  pattern)

◆ re_match()

int re_match ( const char *  pattern,
const char *  text,
int *  matchlength 
)

Referenced by PEBLString::RegexMatch().

◆ re_matchp()

int re_matchp ( re_t  pattern,
const char *  text,
int *  matchlength 
)