path-to-regexp Library provided pattern matching for paths Installation io.github.maksimr/path-to-regexp {:git/sha "ce679995a01366f9e99cb18df8f7ca4d927a89a8"} Usage (require '[path-to-regexp.core :refer [match-path]]) (match-path "/user/:id" "/user/1") => {:id "1"}