Skip to content

Java more general solution for regex syntax characters escaping#1529

Open
lmasroca wants to merge 5 commits intomasterfrom
regex-support-extension
Open

Java more general solution for regex syntax characters escaping#1529
lmasroca wants to merge 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
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