DEV Community

pythonpipblog
pythonpipblog

Posted on

Python isupper(), islower(), lower() and upper() methods

This python string tutorial help to learn some string methods(isupper(), islower(), lower() and upper()) with example.These methods are used to check string is uppercase, check string is lowercase, convert string to lowercase and string in uppercase.

https://www.pythonpip.com/python-tutorials/python-isupper-islower-lower-and-upper-methods/

Top comments (0)