作用
|
char*
|
string
|
CString
|
查找指定值
|
strchr
strstr
strrstr
strspn
|
find
|
Find
|
第一个匹配的值
|
|
fild_first_of
|
FindOneOf
|
从后面开始查找
|
|
|
ReserveFind
|
指定匹配方式
|
|
find_if
|
|
作用
|
char*
|
string
|
CString
|
查找指定值(区分大小写)
|
strcmp
strncmp
strcoll
_strncoll
|
operator<
operator>
operator<=
operator>=
operator==
operator!=
|
Collate
Compare
|
查找指定值(不区分大小写)
|
_stricmp
_strnicmp
_stricoll
_strnicoll
|
|
CollateNoCase
CompareNoCase
|
作用
|
char*
|
string
|
CString
|
查找指定值
|
_strset
_strnset
|
replace
replace_copy
replace_copy_if
replace_if
|
Replace
|
作用
|
char*
|
string
|
CString
|
查找指定值
|
|
insert
|
Insert
|