<?php ctype_upper(mixed $text): bool
<?php public function toBeUppercase(string $message = ''): self { Assert::assertTrue(ctype_upper((string) $this->value), $message); return $this; }