Function (Path Standard C Header / string.h)
strrchr
char* strrchr(char *s, int __c);
Searches the string pointed to by the argument s for the position of the last occurrence of the character __c (an unsigned character)
Parameters
char *s
String
int __c
An unsigned character