Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

casefold in python

string = "PYTHON IS AWESOME"
# casefold is used to lowercase the string
# print lowercase string
print("Lowercase string:", string.casefold())
Source by www.askpython.com #
 
PREVIOUS NEXT
Tagged: #casefold #python
ADD COMMENT
Topic
Name
4+6 =