@wtasnorg/node-lib / trimRightFuncString
trimRightFuncString(
s,f):string
Defined in: src/strings.ts:1146
TrimRightFunc returns a slice of the string s with all trailing Unicode code points c satisfying f(c) removed.
string
Input string.
(_ch) => boolean
Predicate function.
string
Right-trimmed string.