Looking For

PUBLIC char* INTL_Strstr ( int16 charSetID, const char *s1, const char *s2 )

Case sensitive sub-string search

Documentation

Case sensitive sub-string search. This function is multibyte charset safe. It will consider characters boundary correctly.
Returns:
NULL if s1 does not contains s2, otherwise, return the address of the sub-string in s1.
Parameters:
charSetID - Specifies the encoding of s1 and s2.
s1 - Specifies the first string
s2 - Specifies the second string
See Also:
INTL_MatchOneChar
INTL_MatchOneCaseChar
INTL_Strcasestr

alphabetic index hierarchy of classes