Data Fields | |
CgiObject | Cgi |
SymbolTable | symboltable |
void * | HandleList |
pDllLoaded | pDllList |
int | iErrorRegcomp |
int | iErrorRegex |
unsigned long | lMatches |
unsigned long * | lMatchLen |
char ** | pszMatch |
void * | HandleArray |
This module implements some simple regular expression handling functions. They can be used to match some strings against regular expressions and to use matched sub strings to format replace strings. This module provides functions that are similar to the Perl language operators T<m//> and T<s///>.
Definition at line 203 of file interface.c.
|
Definition at line 204 of file interface.c. |
|
Definition at line 37 of file interface.c. |
|
Definition at line 206 of file interface.c. |
|
Definition at line 32 of file interface.c. |
|
Definition at line 33 of file interface.c. |
|
Definition at line 34 of file interface.c. |
|
Definition at line 35 of file interface.c. |
|
Definition at line 181 of file interface.c. |
|
Definition at line 36 of file interface.c. |
|
Definition at line 205 of file interface.c. |