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.
2 parents 037fa45 + 642d4b6 commit 9dca535Copy full SHA for 9dca535
1 file changed
Doc/library/re.rst
@@ -458,8 +458,8 @@ form.
458
.. function:: compile(pattern, flags=0)
459
460
Compile a regular expression pattern into a regular expression object, which
461
- can be used for matching using its :func:`match` and :func:`search` methods,
462
- described below.
+ can be used for matching using its :func:`~regex.match` and
+ :func:`~regex.search` methods, described below.
463
464
The expression's behaviour can be modified by specifying a *flags* value.
465
Values can be any of the following variables, combined using bitwise OR (the
0 commit comments