Example for python:

MyString = "Hello World"

print MyString.rfind("World")
if MyString.rfind("World"):
print "yes"
else:
print "no"

Pretty cool.

Bye,
 Skybuck.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to