@wtasnorg/node-lib / trimRightString
trimRightString(
s,cutset):string
Defined in: src/strings.ts:1125
TrimRight returns a slice of the string s with all trailing Unicode code points contained in cutset removed.
string
Input string.
string
String of characters to trim from right.
string
Right-trimmed string.