mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-06 05:25:49 +01:00
| .. | ||
| __init__.py | ||
| _regex.c | ||
| _regex.h | ||
| _regex_core.py | ||
| _regex_unicode.c | ||
| _regex_unicode.h | ||
| README | ||
This regex engine is taken, with thanks, from: https://code.google.com/p/mrab-regex-hg/ It is licensed under the Python Software Foundation License Author: Matthew Barnett