Returns a boolean value denoting whether the input string is all lowercase
Returns true
isLowercase("foo");
Returns false
isLowercase("Foo");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is all lowercase
Example
Returns true
Example
Returns false