API int
LQU_StringContainedIn
(ShortString, LongString)
CONST char *ShortString;
CONST char *LongString;
Purpose
Determines whether the given ShortString is contained anywhere in the LongString, and, if so, returns non-zero.Returns
- 1 if the shorter string is contained in the longer, or if the strings are equal, of if ShortString is of length zero
- 0 otherwise