Checks if the given string contains only lowercase characters.
The string to validate.
True if the string contains only lowercase characters, false otherwise.
Checks if the given string contains only lowercase characters.