Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a926ca commit ed6795eCopy full SHA for ed6795e
1 file changed
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