File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ` clj-re ` - clojure style regular expression functions
22
3- This package wraps cl-ccpre 's regexp handling, which is nearly identical to
3+ This package wraps cl-ppcre 's regexp handling, which is nearly identical to
44[ java.util.regex.Pattern] ( https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html )
5- which in turn is used by Clojure in a series of regexp supporting functions.
5+ which in turn is used by Clojure, in a series of regexp supporting functions that attempt to
6+ behave like their Clojure namesakes.
67
78It provides the following functions:
89
@@ -68,7 +69,7 @@ goes a long way to making it more readable. Perhaps someday we'll have something
6869
6970### Named capturing groups (a.k.a. registers) are not supported.
7071
71- Clojure/java has them, cl-ccpre has them, this was purely laziness on my part since
72+ Clojure/java has them, cl-ppcre has them, this was purely laziness on my part since
7273I never use them.
7374
7475## Usage
You can’t perform that action at this time.
0 commit comments