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

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