{"id":24617,"date":"2021-10-23T09:09:50","date_gmt":"2021-10-23T03:39:50","guid":{"rendered":"https:\/\/python-programs.com\/?p=24617"},"modified":"2021-11-05T19:14:32","modified_gmt":"2021-11-05T13:44:32","slug":"python-string-isupper-method-examples","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-string-isupper-method-examples\/","title":{"rendered":"Python String isupper() Method with Examples"},"content":{"rendered":"

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

The string isupper() method determines whether all characters in a string are uppercased.<\/p>\n

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

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

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

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

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