mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
11 lines
273 B
HTML
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> |