Skip to content

Instantly share code, notes, and snippets.

@chanian
Created February 14, 2012 07:21
Show Gist options
  • Save chanian/1824471 to your computer and use it in GitHub Desktop.
Save chanian/1824471 to your computer and use it in GitHub Desktop.
that thing
/^(\".+\")=(\".+\")$/.test('":n\"ame"="value"')
console.log(RegExp.$1, RegExp.$2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment