It is a method in python that checks if the given string has all the characters in lower case. It returns True if the condition satisfies else returns False. It checks for the alphabets and all the other characters are overlooked.
Syntax:
string.islower()