Checks if a string contains only lowercase characters.
The string to check.
true if the string contains only lowercase characters.
See Implementation
Checks if a string contains only lowercase characters.