Hey everyone,
Just a quick post on how to check if a string contains a string in python:
if "STRINGTOFIND" in "testtesttestSTRINGTOFINDtestesttest":
# continue
Thanks to this stackoverflow post: https://stackoverflow.com/a/5473023/522859
Hey everyone,
Just a quick post on how to check if a string contains a string in python:
if "STRINGTOFIND" in "testtesttestSTRINGTOFINDtestesttest":
# continue
Thanks to this stackoverflow post: https://stackoverflow.com/a/5473023/522859
by
Leave a Reply