mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge Issue #22558.
This commit is contained in:
commit
4da945f361
224 changed files with 542 additions and 136 deletions
|
@ -3,9 +3,13 @@
|
|||
|
||||
.. module:: re
|
||||
:synopsis: Regular expression operations.
|
||||
|
||||
.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
|
||||
.. sectionauthor:: Andrew M. Kuchling <amk@amk.ca>
|
||||
|
||||
**Source code:** :source:`Lib/re.py`
|
||||
|
||||
--------------
|
||||
|
||||
This module provides regular expression matching operations similar to
|
||||
those found in Perl.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue