Checks if the given string contains only lowercase characters.

  • Parameters

    • value: string

      The string to validate.

    Returns boolean

    True if the string contains only lowercase characters, false otherwise.