trim()
trim()
returns the given string argument without leading and trailing whitespace. The following characters are considered whitespace: space, newline, carriage return, tab, vertical tab.
Example:
returns xy
.
Last updated
trim()
returns the given string argument without leading and trailing whitespace. The following characters are considered whitespace: space, newline, carriage return, tab, vertical tab.
Example:
returns xy
.
Last updated