$islower

From Scriptwiki
Revision as of 11:04, 2 July 2007 by Cail (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns $true if text specified is all lower case.

$islower(text)

Example

$islower(helloworld)  ;returns $true as helloworld is all lower case
$islower(HelloWorld)  ;returns $false as HelloWorld is not all lower case 

See also