Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 17, 2011 22:20
Show Gist options
  • Save wfaler/783608 to your computer and use it in GitHub Desktop.
Save wfaler/783608 to your computer and use it in GitHub Desktop.
regexroute.scala
get("""^\/f(.*)/b(.*)""".r)((request, response) => {
.. code here ..
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment