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