@wtasnorg/node-lib / lastIndexByteString
lastIndexByteString(
s,c):number
Defined in: src/strings.ts:599
LastIndexByte returns the index of the last instance of the byte c in s, or -1 if c is not present in s.
string
Input string.
number
Byte value (0–255) to search for.
number
Index of last occurrence, or -1.