You are viewing a single comment's thread. Return to all comments →
print(max([x.isalnum() for x in s])) print(max([x.isalpha() for x in s])) print(max([x.isdigit() for x in s])) print(max([x.islower() for x in s])) print(max([x.isupper() for x in 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 →