Skip to content

Instantly share code, notes, and snippets.

@wwalser
Created July 5, 2011 07:33
Show Gist options
  • Save wwalser/1064410 to your computer and use it in GitHub Desktop.
Save wwalser/1064410 to your computer and use it in GitHub Desktop.
var genDelims = "[:\\/\\?#\\[\\]@]";
var subDelims = "[!\\$&'\\(\\)\\*\\+,;=]";
//do the \\s have to be there? I didn't think anything carried special meaning (had to be escaped) besides ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment