###Function###
StringIsLower

###Description###
Checks if a string contains only lowercase characters.

###Syntax###
StringIsLower ( "string" )


###Parameters###
@@ParamTable@@
string
	The string to check
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if string contains non-lowercase characters.
@@End@@


###Remarks###
Note that digits/punctuation/whitespace will cause StringIsLower to return 0.

###Related###
StringIsAlNum, StringIsAlpha, StringIsASCII, StringIsDigit, StringIsSpace, StringIsUpper, StringIsXDigit, StringUpper, StringLower


###Example###
@@IncludeExample@@
