Skip to content
Prev Previous commit
Next Next commit
Improve title
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
hugovk and hauntsaninja authored Apr 4, 2026
commit 96d80f484bae588d1972b5b95685868626bfe37f
2 changes: 1 addition & 1 deletion Doc/howto/regex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,8 @@

.. _match-versus-search:

prefixmatch() versus search()
prefixmatch() (aka match) versus search()
-----------------------------

Check warning on line 1282 in Doc/howto/regex.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

Title underline too short.

Check warning on line 1282 in Doc/howto/regex.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

Title underline too short.

:func:`~re.prefixmatch` was added in Python 3.15 as the :ref:`preferred name
<prefixmatch-vs-match>` for :func:`~re.match`. Before this, it was only known
Expand Down
Loading