Answers for "how to check if a string has a upper case letter in python"

2

python method to check for uppercase character

a="DEMO"
print(a.isupper())
Posted by: Guest on August-07-2020

Code answers related to "how to check if a string has a upper case letter in python"

Python Answers by Framework

Browse Popular Code Answers by Language