Skip to content

Instantly share code, notes, and snippets.

@randallb
Created July 28, 2011 19:53
Show Gist options
  • Save randallb/1112397 to your computer and use it in GitHub Desktop.
Save randallb/1112397 to your computer and use it in GitHub Desktop.
app.get "/person/:wid("+ people.idRegex +")/remove"
becomes
app.get("/person/:wid(" + people.idRegex(+")/remove"));
when I'm trying to get
app.get("/person/:wid(" + people.idRegex +")/remove");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment