We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ed9bc commit 21c697fCopy full SHA for 21c697f
Doc/library/re.rst
@@ -42,6 +42,12 @@ module-level functions and methods on
42
that don't require you to compile a regex object first, but miss some
43
fine-tuning parameters.
44
45
+.. seealso::
46
+
47
+ The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
48
+ which has an API compatible with the standard library :mod:`re` module,
49
+ but offers additional functionality and a more thorough Unicode support.
50
51
52
.. _re-syntax:
53
0 commit comments