Tests whether a string is found inside another string.
int StrContains(const char[] str, const char[] substr, bool caseSensitive)
String to search in.
Substring to find inside the original string.
If true (default), search is case sensitive. If false, search is case insensitive.
-1 on failure (no match found). Any other value indicates a position in the string where the match starts.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.