Parser needed.

Skybuck Flying skybuck2000 at hotmail.com
Tue Jun 2 00:45:16 EDT 2015


Example for python:

MyString = "Hello World"

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

Pretty cool.

Bye,
  Skybuck.



More information about the Python-list mailing list