Bool StringMatch(char *s1, char *s2)
Returns TRUE if the substring s1 is found within s2, ignoring case.