{"id":387,"date":"2024-10-10T13:14:10","date_gmt":"2024-10-10T12:14:10","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=387"},"modified":"2024-10-10T14:33:17","modified_gmt":"2024-10-10T13:33:17","slug":"mwnci-islower-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-islower-function\/","title":{"rendered":"Mwnci islower() Function"},"content":{"rendered":"<h2>Syntax<\/h2>\n<p>islower<strong>(<em>string<\/em>)<\/strong><\/p>\n<h2>Description<\/h2>\n<p>The <i>islower()<\/i> function returns <em>true<\/em> if all the characters are in lower case, otherwise <em>false<\/em>.<\/p>\n<p>Any other other characters (numbers, symbols and spaces) are not checked, only alphabet characters.<\/p>\n<h2>Example<\/h2>\n<pre>include(\"string\")\r\nprintln(islower(\"abc123\"))\r\nprintln(islower(\"ABC123\"))\r\n\r\ntrue\r\nfalse\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Syntax islower(string) Description The islower() function returns true if all the characters are in lower case, otherwise false. Any other other characters (numbers, symbols and spaces) are not checked, only alphabet characters. Example include(&#8220;string&#8221;) println(islower(&#8220;abc123&#8221;)) println(islower(&#8220;ABC123&#8221;)) true false<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-387","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=387"}],"version-history":[{"count":3,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/387\/revisions"}],"predecessor-version":[{"id":413,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/387\/revisions\/413"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}