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

feat: add std regex builtins #119

Merged
merged 2 commits into from
Dec 10, 2023
Merged

feat: add std regex builtins #119

merged 2 commits into from
Dec 10, 2023

Conversation

CertainLach
Copy link
Owner

Upstream issue: google/jsonnet#1039

Excluding questions asked upstream, it should be noted that rust regex crate and re2 syntax are not exactly the same because rust regexes have a bit more features regarding unicode character group matches.
However, there are not enough incompatibilities for writing a regex parser/transpiler closer to the RE2 syntax.

@CertainLach CertainLach merged commit e7b9349 into master Dec 10, 2023
2 of 3 checks passed
@CertainLach CertainLach deleted the feature/std-regex branch December 10, 2023 18:01
@CertainLach
Copy link
Owner Author

Feature-gated as exp-regex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant