Skip to content

Instantly share code, notes, and snippets.

@andrewpthorp
Created January 2, 2014 15:44
Show Gist options
  • Save andrewpthorp/8221125 to your computer and use it in GitHub Desktop.
Save andrewpthorp/8221125 to your computer and use it in GitHub Desktop.
var regex = /[^a-zA-Z ]+/;
if (name = "" || regex.test(name)){
// Invalid Name if you get here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment