Skip to content

feat: add std regex builtins#119

Merged
CertainLach merged 2 commits intomasterfrom
feature/std-regex
Dec 10, 2023
Merged

feat: add std regex builtins#119
CertainLach merged 2 commits intomasterfrom
feature/std-regex

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
@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