# Validators

> The `WrValidators` set — form validators for the checks an app writes by hand over and over.

Source: https://ngwr.dev/reference/validators

## All validators

- [cardNumber](https://ngwr.dev/reference/validators/card-number)
- [cvc](https://ngwr.dev/reference/validators/cvc)
- [hexColor](https://ngwr.dev/reference/validators/hex-color)
- [iban](https://ngwr.dev/reference/validators/iban)
- [match](https://ngwr.dev/reference/validators/match)
- [matchFields](https://ngwr.dev/reference/validators/match-fields)
- [maxDate](https://ngwr.dev/reference/validators/max-date)
- [minDate](https://ngwr.dev/reference/validators/min-date)
- [noWhitespace](https://ngwr.dev/reference/validators/no-whitespace)
- [oneOf](https://ngwr.dev/reference/validators/one-of)
- [url](https://ngwr.dev/reference/validators/url)
