Skip to content

Instantly share code, notes, and snippets.

@lumie1337
Created October 11, 2019 18:17
Show Gist options
  • Save lumie1337/70323cc674040f0b67df5a8e635db25b to your computer and use it in GitHub Desktop.
Save lumie1337/70323cc674040f0b67df5a8e635db25b to your computer and use it in GitHub Desktop.
; type annotation, read String -> Maybe String
(>fdef number [s] [string? => (? string?)])
(def number (comp second (partial re-find #"^1?([2-9]\d{2}[2-9]\d{6})$") #(str/replace % #"[\D]" "")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment