Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python check if all caps

if some_text.isupper():
  print ("Word is all upper case")
else:
  print ("Word is not all upper case")
 
PREVIOUS NEXT
Tagged: #python #check #caps
ADD COMMENT
Topic
Name
1+5 =