We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
1 parent f59929e commit ddcc389Copy full SHA for ddcc389
1 file changed
README.md
@@ -303,6 +303,7 @@ struct RegistrationView: View {
303
| `URLValidationRule` | Validates URL format | `URLValidationRule(error: "Please enter a valid URL")` |
304
| `CreditCardValidationRule` | Validates credit card numbers (Luhn algorithm) | `CreditCardValidationRule(error: "Invalid card number")` |
305
| `EmailValidationRule` | Validates email format | `EmailValidationRule(error: "Please enter a valid email")` |
306
+| `NilValidationRule` | Validates that value is nil | `NilValidationRule(error: "Value must be nil")`
307
308
## Custom Validators
309
0 commit comments