Skip to content
Prev Previous commit
Next Next commit
Mention previous name
  • Loading branch information
hugovk committed Apr 4, 2026
commit 4090e690c8f702ad254d5a68f3dbce7ebd405771
3 changes: 2 additions & 1 deletion Doc/howto/regex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ for a complete listing.
| | location where this RE matches. |
+------------------+-----------------------------------------------+
| ``prefixmatch()``| Determine if the RE matches at the beginning |
| | of the string. |
| | of the string. Previously named :ref:`match() |
| | <prefixmatch-vs-match>`. |
+------------------+-----------------------------------------------+
| ``findall()`` | Find all substrings where the RE matches, and |
| | returns them as a list. |
Expand Down