FindRev
搜索最后匹配的子串。
int FindRev(
const string substring // 子串
) const;参数
substring
[输入] 搜索的字串。
返回值
最后一个匹配子串的首字母索引值; -1 如果子串未发现。
搜索最后匹配的子串。
int FindRev(
const string substring // 子串
) const;substring
[输入] 搜索的字串。
最后一个匹配子串的首字母索引值; -1 如果子串未发现。