Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Nov 30, 2022

Commits on Oct 31, 2022

  1. for python#98906

    adding re.fullmatch with it's examples
    ramvikrams authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7e90e14 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. changes

    ramvikrams authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9a1bc61 View commit details
    Browse the repository at this point in the history
  2. update

    ramvikrams authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    afab961 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. update

    ramvikrams authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f827986 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    95efa61 View commit details
    Browse the repository at this point in the history
  2. update the examples

    update the examples  where `re.match` and `re.search` shows a match but not `re.fullmatch`
    ramvikrams authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    84fc8c8 View commit details
    Browse the repository at this point in the history
  3. updated the docs

    ramvikrams authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a650b40 View commit details
    Browse the repository at this point in the history
  4. Update re.rst

    ramvikrams authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1ea3105 View commit details
    Browse the repository at this point in the history
  5. Update re.rst

    ramvikrams authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d2a6981 View commit details
    Browse the repository at this point in the history