strrchr — Find the last occurrence of a character in a string
res = strrchr(str1,char)
A character string or matrix of character strings
a character.
A character string or matrix of character strings
res = strrchr(str1,char)
Returns the last occurrence of character in the string str.
num must have same dimensions than str1 or only one char.