ustr.split
- method arrustr ustr.split( arrustr ret, ushort symbol, uint flag )
- method arrustr ustr.split <result> ( uint symbol, uint flag )
Splitting a unicode string. The method splits a string into substrings taking into account the specified separator.
method arrustr ustr.split (
arrustr ret,
ushort symbol,
uint flag
)
arrustr ret,
ushort symbol,
uint flag
)
Parameters
| ret | The result array of unicode strings. | ||||||||||
| symbol | Separator. | ||||||||||
| flag | Flags.
|
Return value
The result array of strings.
The method splits a unicode string into the new result array of unicode strings.
method arrustr ustr.split <result> (
uint symbol,
uint flag
)
uint symbol,
uint flag
)
Parameters
| symbol | Separator. | ||||||||||
| flag | Flags.
|
Return value
The new result array of unicode strings.
Related links | Source |