ustr.substr
Getting a unicode substring.
method ustr ustr.substr (
ustr src,
uint start,
uint len
)
ustr src,
uint start,
uint len
)
Parameters
src | Initial unicode string. |
start | Substring offset. |
len | Substring size. |
Return value
Returns the object which method has been called.
Related links | Source |