The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

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


Copyright © 1998 Netscape Communications Corporation

generated by doc++

Copyright © 1998-2000 The Mozilla Organization.
Last modified April 17, 1998.