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