@wtasnorg/node-lib / lastIndexFuncString
lastIndexFuncString(
s,f):number
Defined in: src/strings.ts:614
LastIndexFunc returns the index into s of the last Unicode code point satisfying f(c), or -1 if none do.
string
Input string.
(_ch) => boolean
Predicate function.
number
Index of last matching character, or -1.