InstrRev

InstrRev (string input, string search)

or

InstrRev (int start position, string input, string search)

Returns an int representing the character position of the search string within the input, starting from the right side of the string.

Maps to the VB.net InstrRev function.