find from an index : Find : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Find »

 

find from an index


subject = '$$$ Get rich now!!! $$$
print subject.find('$$$') 
print subject.find('$$$', 1# Only supplying the start 
print subject.find('!!!') 
print subject.find('!!!', 016# Supplying start and end



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo String
» Find