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