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 1f263e9 commit 4090e69Copy full SHA for 4090e69
Doc/howto/regex.rst
@@ -366,7 +366,8 @@ for a complete listing.
366
| | location where this RE matches. |
367
+------------------+-----------------------------------------------+
368
| ``prefixmatch()``| Determine if the RE matches at the beginning |
369
-| | of the string. |
+| | of the string. Previously named :ref:`match() |
370
+| | <prefixmatch-vs-match>`. |
371
372
| ``findall()`` | Find all substrings where the RE matches, and |
373
| | returns them as a list. |
0 commit comments