string Index for the last position

C

Clarendon

I am trying to get the index for the last occurrance of a sub string.

S = 'dab dab dab'
print S.find('ab')
1

This gives me the index for the first position of 'ab'.
But I need to index the last position of 'ab' here.
Is there a quick option for find that will do this, or do I have to
write a long code to get what I want?

Thank you very much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,067
Latest member
HunterTere

Latest Threads

Top