Skip to content

Instantly share code, notes, and snippets.

@jinweijie
Created July 18, 2012 08:59
Show Gist options
  • Save jinweijie/3135144 to your computer and use it in GitHub Desktop.
Save jinweijie/3135144 to your computer and use it in GitHub Desktop.
Monthday Validation Regex
(([3][0-1])|([1-2][0-9])|([1-9]))([\,](([3][0-1])|([1-2][0-9])|([1-9])))?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment