@wtasnorg/node-lib / trimString
trimString(
s,cutset):string
Defined in: src/strings.ts:1049
Trim returns a slice of the string s with all leading and trailing Unicode code points contained in cutset removed.
string
Input string.
string
String of characters to trim.
string
Trimmed string.