$islower: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
No edit summary |
(No difference)
|
Returns $true if text specified is all lower case.
$islower(text)
$islower(helloworld) ;returns $true as helloworld is all lower case $islower(HelloWorld) ;returns $false as HelloWorld is not all lower case