Navigation: TCC > Variables & Functions > Functions
@ISLOWER
@ISLOWER[string] - returns 1 if string is composed only of lower case letters.
Examples:
echo %@islower[hello]
1
echo %@islower[Hello]
0