regex-cljs

a DSL for people who prefer verbose, composable regexes. Clojurescript port of https://github.com/cgrand/regex

Leiningen/Boot

[regex-cljs "1.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

regex-cljs/regex-cljs {:mvn/version "1.1.0-SNAPSHOT"}

Gradle

implementation("regex-cljs:regex-cljs:1.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>regex-cljs</groupId>
  <artifactId>regex-cljs</artifactId>
  <version>1.1.0-SNAPSHOT</version>
</dependency>