str.trim...
- method str str.trimsys()
- method str str.trimrsys()
- method str str.trim( uint symbol, uint flag )
- method str str.trimrspace()
- method str str.trimspace()
Trimming a string. Deleting spaces and special characters on both sides.
Return value
Returns the object which method has been called.
str.trimrsys
Deleting spaces and special characters on the right.
str.trim
Delete the specified character on either sides of a string.
uint symbol,
uint flag
)
Parameters
| symbol | The character being deleted. | ||||||||||
| flag | Flags.
|
str.trimrspace
Deleting spaces on the right.
str.trimspace
Deleting spaces on the both sides.
Related links | Source |