You are viewing a single comment's thread. Return to all comments →
print(any(cop.isalnum() for cop in s)) print(s.upper()!=s.lower()) print(any(cop.isdigit() for cop in s)) print(s.upper()!=s) print(s.lower()!=s)
Seems like cookies are disabled on this browser, please enable them to open this website
String Validators
You are viewing a single comment's thread. Return to all comments →
print(any(cop.isalnum() for cop in s)) print(s.upper()!=s.lower()) print(any(cop.isdigit() for cop in s)) print(s.upper()!=s) print(s.lower()!=s)