###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:	1.
Failure:	0 if string contains non-lowercase characters.
@@End@@


###Remarks###
Note that digits/punctuation/whitespace will cause <a href="StringIsLower.htm">StringIsLower()</a> to return 0.


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


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