R3StringMatch

FUNCTION:

R3StringMatch

TEMPLATE:

int R3StringMatch(char *string, char *pattern);

PARAMETERS:

string - string

RETURN VALUE:

The return value is 1 if string matches pattern, and o otherwise.

DESCRIPTION:

See if a particular string matches a particular pattern. The matching operation permits the following special characters in the pattern: *?\[].