Back to Intellij Community

RegExpRedundantNestedCharacterClass

RegExpSupport/resources/inspectionDescriptions/RegExpRedundantNestedCharacterClass.html

2025.3-rc-2145 B
Original Source

Reports unnecessary nested character classes.

Example:

[a-c[x-z]]

After the quick-fix is applied:

[a-cx-z]

New in 2020.2