Find

函数功能

查找子串在当前字符串中的位置。

函数原型

size_t Find(const AscendString &ascend_string) const;

约束说明

参数说明

要查找的子串。

返回值

参数名

类型

描述

-

size_t

子串的起始位置。