作用
|
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
|