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

Replace re2 with RegExp in timeline and add unit tests #3908

Merged
merged 1 commit into from
May 16, 2023

Commits on Apr 21, 2023

  1. Replace re2 with RegExp in timeline and add unit tests

    Remove re2 usage and replace it with JavaScript built-in
    RegExp object. Also add more unit tests to make sure that
    using RegExp has same expressions as using re2 library.
    
    Issue Resolve
    opensearch-project#3901
    
    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c52ddfd View commit details
    Browse the repository at this point in the history