Back to Intellij Community

RegExpSimplifiable

RegExpSupport/resources/inspectionDescriptions/RegExpSimplifiable.html

2025.3-rc-2158 B
Original Source

Reports regular expressions that can be simplified.

Example:

[a] xx* [ah-hz]

After the quick-fix is applied:

a x+ [ahz]

New in 2022.1