You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`EmailValidationRule`| Validates email format |`EmailValidationRule(error: "Please enter a valid email")`|
306
306
|`CharactersValidationRule`| Validates that a string contains only characters from the allowed CharacterSet |`CharactersValidationRule(characterSet: .letters, error: "Invalid characters")`|
307
+
| `NilValidationRule` | Validates that value is nil | `NilValidationRule(error: "Value must be nil")`
0 commit comments