index from right : rindex « String « Python Tutorial






searchStr =  "Red Blue Violet Green Blue Yellow Black"

print searchStr.rindex("Blue")








5.26.rindex
5.26.1.index from right
5.26.2.rindex with index
5.26.3.searching from end of string