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 998f496 commit ed94a8bCopy full SHA for ed94a8b
1 file changed
Doc/library/re.rst
@@ -490,9 +490,10 @@ form.
490
491
.. function:: compile(pattern, flags=0)
492
493
- Compile a regular expression pattern into a regular expression object, which
494
- can be used for matching using its :func:`~regex.match` and
495
- :func:`~regex.search` methods, described below.
+ Compile a regular expression pattern into a :ref:`regular expression object
+ <re-objects>`, which can be used for matching using its
+ :func:`~regex.match`, :func:`~regex.search` and other methods, described
496
+ below.
497
498
The expression's behaviour can be modified by specifying a *flags* value.
499
Values can be any of the following variables, combined using bitwise OR (the
0 commit comments