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

Add named capturing groups to regexpToRegexp method #225

Merged
merged 6 commits into from
Aug 10, 2020

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    87daaa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    ba13aa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Update groups regex to match captured group name.

    Use exec instead of match.
    DamianKu committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    d8d20f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    c166914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9caa26d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Do not increment index on non capturing groups. Add tests for named w…

    …ith non named regexp matching
    DamianKu committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    5534a33 View commit details
    Browse the repository at this point in the history