search backward

R

Robert

I need to find the location of a short string in a long string. The
problem however is that i need to search backward.

Does anybody know how to search in reverse direction?


Thanks,
Robert
 
A

Aaron Bingham

Robert said:
I need to find the location of a short string in a long string. The
problem however is that i need to search backward.

Does anybody know how to search in reverse direction?
3

--
 
S

Steven Bethard

Robert said:
I need to find the location of a short string in a long string. The
problem however is that i need to search backward.

Does anybody know how to search in reverse direction?

How about str.rfind?

py> s = 'abc:def:abc'
py> s.rfind('abc')
8

Steve
 

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,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top