We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9e649 commit c8e2021Copy full SHA for c8e2021
Doc/library/re.rst
@@ -33,6 +33,12 @@ module-level functions and :class:`RegexObject` methods. The functions are
33
shortcuts that don't require you to compile a regex object first, but miss some
34
fine-tuning parameters.
35
36
+.. seealso::
37
+
38
+ The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
39
+ which has an API compatible with the standard library :mod:`re` module,
40
+ but offers additional functionality and a more thorough Unicode support.
41
42
43
.. _re-syntax:
44
0 commit comments