Is it possible to use LastIndexOf to find the last index of a specific character before another specified character?
Say I had the string 'This is my string', and I wanted to find the last index of the letter 'i' before 'my', how would this be used?
Thanks in advance for any help