 PUBLIC  char*  INTL_Strcasestr ( int16 charSetID, const char *s1, const char *s2 )
 PUBLIC  char*  INTL_Strcasestr ( int16 charSetID, const char *s1, const char *s2 ) 
Case insensitive sub-string search
Documentation
Case insensitive sub-string search. This function is multibyte charset safe. It will consider characters boundary correctly. It also ignore case by considering the charset it used.
- 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_Strstr
alphabetic index hierarchy of classes
generated by doc++