Excerpt | ||
---|---|---|
| ||
trim(string) Removes leading and trailing white spaces from a string. |
Function: trim()
Removes leading and trailing white spaces from a string, returning the cleansed string.
...
Excerpt | ||
---|---|---|
| ||
trim(string) Removes leading and trailing white spaces from a string. |
Removes leading and trailing white spaces from a string, returning the cleansed string.
...