in reply to Re: finding the last occurence of substring in string
in thread finding the last occurence of substring in string

if you want to get the reverse index why not just use rindex ? :)

  • Comment on Re^2: finding the last occurence of substring in string