Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created September 2, 2017 12:54
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 mwfogleman/1d850121bdb13bb275131ccc905f5278 to your computer and use it in GitHub Desktop.
Save mwfogleman/1d850121bdb13bb275131ccc905f5278 to your computer and use it in GitHub Desktop.
Matches Regex
(defn matches-regex?
[r s]
(some? (re-seq r s)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment