trim
Removes leading and trailing whitespace from a string.
Syntax
-
trim(s)
-
s
is a string
-
Description
trim(s)
returns s
with all leading and trailing whitespace removed.
Removes leading and trailing whitespace from a string.
trim(s)
s
is a string
trim(s)
returns s
with all leading and trailing whitespace removed.