Skip to content

Java regex char class intersection, union (nesting) and subtraction.#1564

Open
lmasroca wants to merge 6 commits into
masterfrom
regex-charclass-intersection
Open

Java regex char class intersection, union (nesting) and subtraction.#1564
lmasroca wants to merge 6 commits into
masterfrom
regex-charclass-intersection

Conversation

@lmasroca
Copy link
Copy Markdown
Collaborator

@lmasroca lmasroca commented Jun 1, 2026

Java regex added support for character class:

  • Intersection: [a-z&&[a-o]&&[aeiou]],
  • Subtraction: [a-z0-9&&[^aeiou135-9]],
  • Union: [aeiou[A-Z]\d[b-d]z].

@lmasroca lmasroca requested a review from jgaleotti June 1, 2026 21:37
Comment thread core/src/main/antlr4/org/evomaster/core/parser/RegexJava.g4 Outdated
@lmasroca lmasroca requested a review from jgaleotti June 3, 2026 18:57
@jgaleotti jgaleotti requested review from arcuri82 and Copilot June 3, 2026 19:12
@jgaleotti jgaleotti review requested due to automatic review settings June 3, 2026 19:12
Comment thread core/src/main/antlr4/org/evomaster/core/parser/RegexJava.g4 Outdated
@lmasroca lmasroca requested a review from arcuri82 June 4, 2026 16:24
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