mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
15 lines
266 B
HTML
15 lines
266 B
HTML
<html>
|
|
<body>
|
|
Reports unnecessary nested character classes.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
[a-c[x-z]]
|
|
</code></pre>
|
|
<p>After the quick-fix is applied:</p>
|
|
<pre><code>
|
|
[a-cx-z]
|
|
</code></pre>
|
|
<!-- tooltip end -->
|
|
<p><small>New in 2020.2</small>
|
|
</body>
|
|
</html> |