Trims whitespace characters from the beginning and end of a string.
hcl
string-trim-whitespace string => trimmed-string
string⇩ |
A string. |
trimmed-string |
A string. |
The function string-trim-whitespace
returns a substring of string, with all whitespace characters stripped off the beginning and end. A whitespace character is a character for which whitespace-char-p returns t
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35