@wtasnorg/node-lib / lastIndexAnyString
lastIndexAnyString(
s,chars):number
Defined in: src/strings.ts:580
LastIndexAny returns the index of the last instance of any Unicode code point from chars in s, or -1 if no Unicode code point from chars is present in s.
string
Input string.
string
String of characters to search for.
number
Index of last matching character, or -1.