Bsn()
Validates a Dutch citizen service number (BSN).
v::bsn()->assert('612890053');
// Validation passes successfully| Mode | Template |
|---|---|
default |
{{subject}} must be a BSN |
inverted |
{{subject}} must not be a BSN |
| Placeholder | Description |
|---|---|
subject |
The validated input or the custom validator name (if specified). |
- Identifications
| Version | Description |
|---|---|
| 3.0.0 | Templates changed |
| 1.0.0 | Created |