Find the last occurrence of a character in a string. This function returns the string headed by the character.
returnedString = strchr(string, characterString)
returnedString - type: str string - type: str characterString - type: str
strchr, strchar, strlength, strwrap, String Functions