ustr.lines
- method arrustr ustr.lines( arrustr ret, uint flag )
- method arrustr ustr.lines<result>( uint trim )
- method arrustr ustr.lines( arrustr ret )
- method arrustr ustr.lines<result>()
Convert a multi-line unicode string to an array of unicode strings.
arrustr ret,
uint flag
)
Parameters
ret | The result array of unicode strings. | ||||||||||
flag | Flags.
|
Return value
The result array of unicode strings.
ustr.lines
Convert a multi-line unicode string to an array of unicode strings.
uint trim
)
Parameters
trim | Specify 1 if you want to trim all characters less or equal space in lines. |
Return value
The new result array of unicode strings.
ustr.lines
Convert a multi-line unicode string to an array of unicode strings.
arrustr ret
)
Parameters
ret | The result array of strings. |
ustr.lines
Convert a multi-line unicode string to an array of unicode strings.
Return value
The new result array of unicode strings.
Related links | Source |