ValidateUsername

Validator for ensuring the validity of a username.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun invoke(username: String): ValidationResult

Validates the provided username based on specific criteria.