Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created April 21, 2012 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdeboard/6b815ddecb4dcdfed66a to your computer and use it in GitHub Desktop.
Save mattdeboard/6b815ddecb4dcdfed66a to your computer and use it in GitHub Desktop.
(defn yieldv [f v]
(re-find (re-pattern f #":\(([\"\w ]+)\)")) v))
(yieldv "country" "(country:(\"United States\") AND city_slug:(baltimore) AND state_slug:(maryland) AND title_slug:(database\\\-administrator\\\-oracle))")
;; Unsupported escape character: \-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment