@wtasnorg/node-lib / trimSpaceString
trimSpaceString(
s):string
Defined in: src/strings.ts:1166
TrimSpace returns a slice of the string s, with all leading and trailing white space removed, as defined by Unicode.
string
Input string.
string
String with whitespace trimmed from both ends.