Skip to content

Instantly share code, notes, and snippets.

@vivekn
Created August 16, 2011 07:36
Show Gist options
  • Save vivekn/1148620 to your computer and use it in GitHub Desktop.
Save vivekn/1148620 to your computer and use it in GitHub Desktop.
Regex validator
Validators({
"#field_item": new RegexValidator("errorClass",
"Please enter a valid postal code", /^\d{5}$/)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment