Hi,
I have a field titled "File Path Name" with values in the following format:
map/file/Delta Hospital
map/file/HSC/Alpha Hospital
screen/file/HSC/Omega Hospital
map/Sigma Hospital
I want to pull all characters (Hospital Names) to the right of the last "/" or essentially all characters from the end of the string up until the last "/". The problem is there are a different amount of "/" in every record, but the Hospital Name is always at the end of the string. Is there a way to read the string from right to left and find that first "/" and pull those characters?
Thank you for your help!