]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should mention...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 Nov 2022 23:14:36 +0000 (15:14 -0800)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 23:14:36 +0000 (18:14 -0500)
commitf4511d3ee97a48d4a13e523d0892d0b62d0c491d
tree098cf688bfe6b7443cbcdbf73c0e84bb9e6ac1e9
parent90701ebaf4b121b9a9767d5e8645b8e9de7702af
[3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99912)

GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916)

Mention fullmatch along with search and match.
(cherry picked from commit e0f91deb5930ecb02e7f8ced9bd82609e6889fb0)

Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
Doc/library/re.rst