findLast abstract method
- Characters characters
Finds the last occurrence of characters
.
Returns a CharacterRange containing the last occurrence of
characters
.
Returns null
if there is no such occurrence,
Implementation
CharacterRange? findLast(Characters characters);