rindex with index : Rindex : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Rindex »

 

rindex with index


searchStr =  "Red Blue Violet Green Blue Yellow Black"

print searchStr.rindex("Blue",1,18)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Rindex