str.rindex(sub[, start[, end]])
Like rfind() but raises ValueError when the substring sub is not found.
rfind()
ValueError
Please login to continue.
Please login to continue.