mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a note about the regex library calibre uses
This commit is contained in:
parent
6704ee62c3
commit
c5003ede6c
@ -144,5 +144,7 @@ Thanks for helping with tips, corrections and such:
|
|||||||
* Starson17
|
* Starson17
|
||||||
* Orpheu
|
* Orpheu
|
||||||
|
|
||||||
For more about regexps see `The Python User Manual <https://docs.python.org/2/library/re.html>`_.
|
For more about regexps see `The Python User Manual <https://docs.python.org/3/library/re.html>`_.
|
||||||
|
The actual regular expression library used by calibre is:
|
||||||
|
`regex <https://bitbucket.org/mrabarnett/mrab-regex/src/hg/>`_ which supports
|
||||||
|
several useful enhancements over the python standard library one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user