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.
2 parents 2a17bde + 0edb5c1 commit 069c87bCopy full SHA for 069c87b
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