Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 24, 2015 13:19
Show Gist options
  • Select an option

  • Save lislon/ac557833ecb6098f1d4e to your computer and use it in GitHub Desktop.

Select an option

Save lislon/ac557833ecb6098f1d4e to your computer and use it in GitHub Desktop.
schema.path('passport.series').validate(function (value) {
return /^\d{4}$/.test(value)
}, 'Серия указана неверно')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment