ctype_upper

Supported Versions: PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8
Check for uppercase character(s)
<?php ctype_upper(mixed $text): bool
<?php     public function toBeUppercase(string $message = ''): self

    {

        Assert::assertTrue(ctype_upper((string) $this->value), $message);



        return $this;

    }