205612/does-python-have-a-string-contains-substring-method
I'm trying to find a Python string.contains or string.indexof function.
I wish to:
if not somestring.contains("blah"): continue
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.