Created
September 2, 2017 12:54
-
-
Save mwfogleman/1d850121bdb13bb275131ccc905f5278 to your computer and use it in GitHub Desktop.
Matches Regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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