@wtasnorg/node-lib / trimFuncString
trimFuncString(
s,f):string
Defined in: src/strings.ts:1061
TrimFunc returns a slice of the string s with all leading and trailing Unicode code points c satisfying f(c) removed.
string
Input string.
(_ch) => boolean
Predicate function.
string
Trimmed string.