Skip to content

str::trim

trim(input: String)

ParameterTypeDescription
inputString

Returns

(String) A copy of the given string without the leading and trailing white-space characters.