R3StringMatch
int R3StringMatch(char *string, char *pattern);
string - string
The return value is 1 if string matches pattern, and o otherwise.
See if a particular string matches a particular pattern. The matching operation permits the following special characters in the pattern: *?\[].