Skip to content

Instantly share code, notes, and snippets.

@hara-y-u
Created October 20, 2011 14:26
Show Gist options
  • Save hara-y-u/1301274 to your computer and use it in GitHub Desktop.
Save hara-y-u/1301274 to your computer and use it in GitHub Desktop.
Regex to extract google query from location.href
[&?]q=([^&#?]+)(?!.*[&?]q=[^&#?]+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment