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 e42e129 commit 84f387dCopy full SHA for 84f387d
1 file changed
Doc/library/re.rst
@@ -811,8 +811,8 @@ attributes:
811
812
.. method:: regex.search(string[, pos[, endpos]])
813
814
- Scan through *string* looking for a location where this regular expression
815
- produces a match, and return a corresponding :ref:`match object
+ Scan through *string* looking for the first location where this regular
+ expression produces a match, and return a corresponding :ref:`match object
816
<match-objects>`. Return ``None`` if no position in the string matches the
817
pattern; note that this is different from finding a zero-length match at some
818
point in the string.
0 commit comments