Find
Description
Searches for the position of a substring in the current string.
Prototype
size_t Find(const AscendString &ascend_string) const
Restrictions
None
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
ascend_string |
Input |
Substring to be searched for. |
Returns
Start position of a substring.
Parent topic: AscendString