Scans a string from the right for any character equal to a given search character (default ==), returning the slice up to and including that character.
Scans a string from the right for any character equal to a given search character (default ==), returning the slice up to and including that character.