The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Projects
Module Owners
Blue Sky
New Layout
Mail/News
Ports
Other
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback
DevEdge Online


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


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.