Skip to content

Instantly share code, notes, and snippets.

@manigandanta
Created April 11, 2012 12:38
Show Gist options
  • Save manigandanta/2359087 to your computer and use it in GitHub Desktop.
Save manigandanta/2359087 to your computer and use it in GitHub Desktop.
match only strings and numbers with spaces
var userRegex = /^\d*[a-zA-Z][a-zA-Z\d\s]*$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment