/path-to-regexp

Clojure library provided pattern matching for path

Primary LanguageClojureGNU General Public License v3.0GPL-3.0

path-to-regexp

Test

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"}