afc_regexp_match

Name

afc_regexp_match  -- Matches the str with the current Regular Expression

Synopsis

int afc_regexp_match ( RegExp * regexp, char * str );

Description

This function applies the current Regular Expression (created with afc_regexp_set_expression() to the string provided.

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

Note

See Also