mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
15 lines
279 B
HTML
15 lines
279 B
HTML
<html>
|
|
<body>
|
|
Reports regular expressions that can be simplified.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
[a] xx* [ah-hz]
|
|
</code></pre>
|
|
<p>After the quick-fix is applied:</p>
|
|
<pre><code>
|
|
a x+ [ahz]
|
|
</code></pre>
|
|
<!-- tooltip end -->
|
|
<p><small>New in 2022.1</small>
|
|
</body>
|
|
</html> |