Like case, but the test expressions are regular expressions, tested
with re-find.
(defmacro re-case "Like case, but the test expressions are regular expressions, tested with re-find." [test-value & clauses] `(fcase re-find ~test-value ~@clauses))
Comments top
No comments for re-case. Log in to add a comment.