{"id":24666,"date":"2021-10-25T09:06:41","date_gmt":"2021-10-25T03:36:41","guid":{"rendered":"https:\/\/python-programs.com\/?p=24666"},"modified":"2021-11-05T19:15:36","modified_gmt":"2021-11-05T13:45:36","slug":"python-string-islower-method-with-examples","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-string-islower-method-with-examples\/","title":{"rendered":"Python String islower() Method with Examples"},"content":{"rendered":"

In the previous article, we have discussed Python String zfill() Method with Examples<\/a>
\nislower() Method in Python:<\/strong><\/p>\n

If all of the characters are in lower case, the islower() method returns True; otherwise, it returns False.<\/p>\n

Only alphabet characters are checked, not numbers, symbols, or spaces.<\/p>\n

Syntax:<\/strong><\/p>\n

string.islower()<\/pre>\n

Parameters: <\/strong>This function has no parameters.<\/p>\n

Return Value:<\/strong><\/p>\n

The islower() method gives:<\/p>\n