[top] / string / rindex
rindex(s, *args)
rindex(s, sub [,start [,end]]) -> int
Like rfind but raises ValueError when the substring is not found.