strrchr

Purpose

Find the last occurrence of a character in a string. This function returns the string headed by the character.

Syntax

returnedString = strchr(string, characterString)

returnedString - type: str
string - type: str
characterString - type: str

Returns

Remarks

Example

See Also

strchr, strchar, strlength, strwrap, String Functions