ustr.findch
Find the character in the unicode string.
method uint ustr.findch (
uint off,
ushort symbol
)
uint off,
ushort symbol
)
Parameters
| off | The offset to start searching from. |
| symbol | Search character. |
Return value
The offset of the character if it is found. If the character is not found, the length of the string is returned.
ustr.findch
Find the character in the unicode string from the beginning of the string.
method uint ustr.findch (
ushort symbol
)
ushort symbol
)
Parameters
| symbol | Search character. |
Related links | Source |