I'm looking for a string.contains or string.indexof method in Python.
I want to do:
if not somestring.contains("blah"):
continue
|
|
|
You can use the
|
|||||||||||||||||||||
|
|
If it's just a substring search you can use You do have to be a little careful with
Would print |
|||||||||||
|
|
If you truly need a method instead of an operator (e.g. to do some weird |
|||
|
|
|
Another way to find whether string contains few characters or not with the Boolean return value (i.e.
|
||||
|
|