Files
openide/RegExpSupport/resources/inspectionDescriptions/RegExpUnnecessaryNonCapturingGroup.html
Bas Leijdekkers 143337cad9 RegExp: new "Unnecessary non-capturing group" inspection (IDEA-228664)
GitOrigin-RevId: d6288b1241bf4253030c6f91ecb73f17a6ea4710
2020-10-27 20:06:33 +00:00

11 lines
273 B
HTML

<html>
<body>
Reports unnecessary non-capturing groups.
For example<br>
<code>Everybody be cool, (?:this) is a robbery!</code><br>
is equivalent too<br>
<code>Everybody be cool, this is a robbery!</code>.
<!-- tooltip end -->
<p><small>New in 2021.1</small>
</body>
</html>