ustr.trim...
- method ustr ustr.trim( uint symbol, uint flag )
- method ustr ustr.trimrspace()
- method ustr ustr.trimspace()
Trimming a unicode string.
method ustr ustr.trim (
uint symbol,
uint flag
)
uint symbol,
uint flag
)
Parameters
symbol | The character being deleted. | ||||||||||
flag | Flags.
|
Return value
Returns the object which method has been called.
ustr.trimrspace
Deleting spaces on the right.
method ustr ustr.trimrspace()
ustr.trimspace
Deleting spaces on the both sides.
method ustr ustr.trimspace()
Related links | Source |