mirror of
https://github.com/python/cpython.git
synced 2026-01-10 09:22:36 +00:00
#21690: merge with 3.4.
This commit is contained in:
commit
9dca5357cc
1 changed files with 2 additions and 2 deletions
|
|
@ -458,8 +458,8 @@ form.
|
|||
.. function:: compile(pattern, flags=0)
|
||||
|
||||
Compile a regular expression pattern into a regular expression object, which
|
||||
can be used for matching using its :func:`match` and :func:`search` methods,
|
||||
described below.
|
||||
can be used for matching using its :func:`~regex.match` and
|
||||
:func:`~regex.search` methods, described below.
|
||||
|
||||
The expression's behaviour can be modified by specifying a *flags* value.
|
||||
Values can be any of the following variables, combined using bitwise OR (the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue