Skip to content

Commit ddcc389

Browse files
committed
docs: update README.md
1 parent f59929e commit ddcc389

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ struct RegistrationView: View {
303303
| `URLValidationRule` | Validates URL format | `URLValidationRule(error: "Please enter a valid URL")` |
304304
| `CreditCardValidationRule` | Validates credit card numbers (Luhn algorithm) | `CreditCardValidationRule(error: "Invalid card number")` |
305305
| `EmailValidationRule` | Validates email format | `EmailValidationRule(error: "Please enter a valid email")` |
306+
| `NilValidationRule` | Validates that value is nil | `NilValidationRule(error: "Value must be nil")`
306307

307308
## Custom Validators
308309

0 commit comments

Comments
 (0)