StringValidation

constructor(minLength: Int? = null, maxLength: Int? = null, pattern: Regex? = null, patternErrorMessage: String? = null)