Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.28 KB

File metadata and controls

53 lines (38 loc) · 1.28 KB

Bsn

  • Bsn()

Validates a Dutch citizen service number (BSN).

v::bsn()->assert('612890053');
// Validation passes successfully

Templates

Bsn::TEMPLATE_STANDARD

Mode Template
default {{subject}} must be a BSN
inverted {{subject}} must not be a BSN

Template placeholders

Placeholder Description
subject The validated input or the custom validator name (if specified).

Categorization

  • Identifications

Changelog

Version Description
3.0.0 Templates changed
1.0.0 Created

See Also