Is there a function that'll return the position of the last occurance of a char in a string?
For Example, in the string 'abc/def/ghi' I want the position of the 2nd '/'. Thanks in Advance.
Is there a function that'll return the position of the last occurance of a char in a string?
For Example, in the string 'abc/def/ghi' I want the position of the 2nd '/'. Thanks in Advance.