zipCode.js 122 B

1234
  1. define( ["./regexValidator.js"], function( fnValidator )
  2. {
  3. return fnValidator.bind( null, /^\d{5}(?:[-\s]\d{4})?$/ );
  4. });