Web Site


Find character

Find(STRCHAR,CPOS)
FindNoCase(STRCHAR,CPOS)
ReverseFind(STRCHAR,CPOS)
ReverseFindNoCase(STRCHAR,CPOS)

Find substring

Find(const STRCHAR*,CPOS)
FindNoCase(const STRCHAR*,CPOS)

Find one of a number of characters

FindOneOf(const STRCHAR*,CPOS)

Compare strings

Compare(const STRCHAR*)
CompareNoCase(const STRCHAR*)
operator == !=
operator < <= > >=

 

Replace substring in string

Replace(const STRCHAR*,const STRCHAR*)
ReplaceNoCase(const STRCHAR*,const STRCHAR*)
ReplaceAt(CPOS,CPOS,const STRCHAR*)


All Methods