Name
afc_regexp_match -- Matches the str with the current Regular Expression
Synopsis
int afc_regexp_match
( RegExp * regexp, char * str );
Inputs
- regexp
Pointer to a valid afc_regexp class.
- str
The string to match againts the current Regular Expression
Result
should be AFC_ERR_NO_ERROR