Hi,
I have a requirement in 11.1.1.6.9 to be locate the position of the last occurrence of a character within a string.
i.e. Given the following, I would want to locate the last "/":
This/is/an/example
I would like to return a value of 11. Now, there could be any number of "/" so I can't always locate the nth one - it must be the
last one.
Anyone any ideas?
Thanks,
John