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