Searching in str backwards

Pratik Khemka pratikkhemka at hotmail.com
Wed Oct 13 19:28:39 EDT 2010


I  want to search for a symbol in a string backwards..
For eg:
 
line = "my/cat/dog/baby"
 
line.find('/') # but from the back...
 
The reason I want to do this is because I want to print the last part of the string after the '/' . And I do not know how long the string might be or how many '/' it might have . I just want to print whatever is there after the last '/'.
 
Thanks,
Pratik 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101014/30826564/attachment.html>


More information about the Python-list mailing list