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 c673a9a commit 0edb5c1Copy full SHA for 0edb5c1
1 file changed
Doc/library/re.rst
@@ -563,7 +563,7 @@ form.
563
564
.. function:: search(pattern, string, flags=0)
565
566
- Scan through *string* looking for a location where the regular expression
+ Scan through *string* looking for the first location where the regular expression
567
*pattern* produces a match, and return a corresponding :ref:`match object
568
<match-objects>`. Return ``None`` if no position in the string matches the
569
pattern; note that this is different from finding a zero-length match at some
0 commit comments