<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@ISLOWER[string] - returns 1 if string is composed only of lower case letters.
Examples:
echo %@islower[hello]
1
echo %@islower[Hello]
0