Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created October 28, 2010 13:15
Show Gist options
  • Save adamsilver/651324 to your computer and use it in GitHub Desktop.
Save adamsilver/651324 to your computer and use it in GitHub Desktop.
var re = /^([a-zA-Z\\])+$/; // without instantiating it (in quotes)var re2 = new RegExp("^([a-zA-Z\\\\])+$");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment