two-probs

If you're unlucky enough to have to process large regexps, this library should help you make them more readable, composable and maintainable.

Leiningen/Boot

[two-probs "0.1.0"]

Clojure CLI/deps.edn

two-probs/two-probs {:mvn/version "0.1.0"}

Gradle

implementation("two-probs:two-probs:0.1.0")

Maven

<dependency>
  <groupId>two-probs</groupId>
  <artifactId>two-probs</artifactId>
  <version>0.1.0</version>
</dependency>