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

support simplifying regex to expression #982

Merged
merged 2 commits into from
Aug 2, 2022

Commits on Aug 1, 2022

  1. support simplifying regex to expression

    Adds method to `PatternMatcher` that attempts to rewrite
    the pattern to a set of simple pattern matches that can
    be combined with AND, OR, and NOT to have the same matching
    behavior as the original regex pattern. This can be useful
    when working with data stores that have more restricted
    pattern matching support such as RE2.
    brharrington committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f454ddf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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