In file miscfx.h:(char* shorts, char* longs)
Case-insensitive initial substring match.
Documentation
Case-insensitive initial substring match.
- Parameters:
- shorts - A string to search for.
longs - The string in which to search.
- Returns:
- Returns non-zero if shorts was found at the beginning of
longs. Zero is returned otherwise. Case-insensitive comparison is used.
- See Also:
- sameas()
Alphabetic index
This page was generated with the help of DOC++.