Checks if the given string contains only uppercase characters.

  • Parameters

    • value: string

      The string to validate.

    Returns boolean

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