Skip to content

Java more general solution for regex syntax characters escaping#1529

Merged
arcuri82 merged 5 commits intomasterfrom
regex-support-extension
May 2, 2026
Merged

Java more general solution for regex syntax characters escaping#1529
arcuri82 merged 5 commits intomasterfrom
regex-support-extension

Conversation

@lmasroca
Copy link
Copy Markdown
Collaborator

Java: more general solution for java regex syntax character escaping (e.g.: ".", "?", etc.).
Java/JS: missing literal characters now allowed (e.g.: ',', '}', etc.) these are characters that are used for regex syntax but are allowed as literals. The regex "}" is interpreted literally both in Java and JS as there is no matching pair.

@lmasroca lmasroca requested a review from jgaleotti April 28, 2026 20:50
@jgaleotti jgaleotti requested a review from arcuri82 April 30, 2026 17:51
@arcuri82 arcuri82 merged commit b909ff9 into master May 2, 2026
14 checks passed
@arcuri82 arcuri82 deleted the regex-support-extension branch May 2, 2026 18:26
@lmasroca lmasroca restored the regex-support-extension branch May 3, 2026 00:22
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.

3 participants