QueryStrStr.c



char *QueryStrStr(char *string, char *substring)

Description

This is like strstr() but allows a ? character in the substring which matches any character.

Created: 15.12.95 Last Modified: 15.12.95