Skip to content

Commit c6f2822

Browse files
committed
readme fixes
1 parent 07e742f commit c6f2822

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

78
It 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
7273
I never use them.
7374

7475
## Usage

0 commit comments

Comments
 (0)