Skip to content

gh-110383: Added explanation about simplest regex use case for quantifiers. - #111110

Merged
hugovk merged 2 commits into
python:mainfrom
Nikki1993:howto-regex-simplest-case
Oct 23, 2023
Merged

gh-110383: Added explanation about simplest regex use case for quantifiers.#111110
hugovk merged 2 commits into
python:mainfrom
Nikki1993:howto-regex-simplest-case

Conversation

@Nikki1993

@Nikki1993Nikki1993 commented Oct 20, 2023

Copy link
Copy Markdown
Contributor

@ghost

ghost commented Oct 20, 2023

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-appbedevere-appBot mentioned this pull request Oct 20, 2023
@bedevere-appbedevere-appBot added awaiting review docs Documentation in the Doc dir skip news labels Oct 20, 2023
@hugovkhugovk added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Oct 20, 2023
Comment threadDoc/howto/regex.rst Outdated
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

@hugovkhugovk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, congratulations on your first contribution! 🎈

@hugovk
hugovk merged commit 1172d02 into python:mainOct 23, 2023
@miss-islington-app

Copy link
Copy Markdown

Thanks @Nikki1993 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2023
…quantifiers. (pythonGH-111110)
(cherry picked from commit 1172d02)
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2023
…quantifiers. (pythonGH-111110)
(cherry picked from commit 1172d02)
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-111204 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only security fixes label Oct 23, 2023
@bedevere-app

Copy link
Copy Markdown

GH-111205 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.11 only security fixes label Oct 23, 2023
hugovk added a commit that referenced this pull request Oct 23, 2023
… quantifiers. (GH-111110) (#111205)
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Oct 23, 2023
… quantifiers. (GH-111110) (#111204)
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@Nikki1993
Nikki1993 deleted the howto-regex-simplest-case branch October 23, 2023 07:38
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…quantifiers. (python#111110)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…quantifiers. (python#111110)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Nikki1993@hugovk