@wtasnorg/node-lib / trimLeftString
trimLeftString(
s,cutset):string
Defined in: src/strings.ts:1073
TrimLeft returns a slice of the string s with all leading Unicode code points contained in cutset removed.
string
Input string.
string
String of characters to trim from left.
string
Left-trimmed string.