I’m looking for a string.contains or string.indexof method in Python.

I want to do:

if not somestring.contains("blah"):
   continue

10

Leave a Reply

Your email address will not be published. Required fields are marked *