Back to Intellij Community

RegExpUnnecessaryNonCapturingGroup

RegExpSupport/resources/inspectionDescriptions/RegExpUnnecessaryNonCapturingGroup.html

2025.3-rc-2246 B
Original Source

Reports unnecessary non-capturing groups, which have no influence on the match result.

Example:

Everybody be cool, (?:this) is a robbery!

After the quick-fix is applied:

Everybody be cool, this is a robbery!

New in 2021.1