检查某个字符串是否仅含有小写字母.
StringIsLower ( "字符串" )
If StringIsLower("abcfoo") Then MsgBox(4096, "Result:", "String contained only lowercase letters") EndIf