<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@ISUPPER[string] : Returns 1 if string is composed only of upper case letters.
Example:
echo %@isupper[HELLO]
1
echo %@isupper[Hello]
0