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 96d80f4 commit d2bdc8eCopy full SHA for d2bdc8e
Doc/howto/regex.rst
@@ -1279,7 +1279,7 @@ can be solved with a faster and simpler string method.
1279
.. _match-versus-search:
1280
1281
prefixmatch() (aka match) versus search()
1282
------------------------------
+-----------------------------------------
1283
1284
:func:`~re.prefixmatch` was added in Python 3.15 as the :ref:`preferred name
1285
<prefixmatch-vs-match>` for :func:`~re.match`. Before this, it was only known
0 commit comments