Skip to content

Commit

Permalink
note Re.pcre in README
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Sep 5, 2012
1 parent e34d191 commit 45f0a45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -28,6 +28,11 @@ regular expressions (module Re)
The most notable missing features are back-references and
look-ahead/look-behind assertions.

There is also a subset of the PCRE interface available in the
Re.pcre library. This makes it easier to port code from that
library to Re without any changes beyond replacing the `pcre`
findlib package with `re.pcre`.

PERFORMANCES
============

Expand Down

0 comments on commit 45f0a45

Please sign in to comment.