mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)
(cherry picked from commit ed6795e46f
)
This commit is contained in:
parent
7333d1760e
commit
1457984c00
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ module-level functions and methods on
|
||||||
that don't require you to compile a regex object first, but miss some
|
that don't require you to compile a regex object first, but miss some
|
||||||
fine-tuning parameters.
|
fine-tuning parameters.
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
|
||||||
|
which has an API compatible with the standard library :mod:`re` module,
|
||||||
|
but offers additional functionality and a more thorough Unicode support.
|
||||||
|
|
||||||
|
|
||||||
.. _re-syntax:
|
.. _re-syntax:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue