ustr.trim...
- method ustr ustr.trim( uint symbol, uint flag )
- method ustr ustr.trimrspace()
- method ustr ustr.trimspace()
Trimming a unicode string.
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.
ustr.trimspace
Deleting spaces on the both sides.
Related links | Source |