mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
RegExp: fix inspection description editing mistake
GitOrigin-RevId: edf1377175a7958ad353533db6e732b6a097060e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9a5e8cb21d
commit
00c70b7eee
@@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
Reports the escaped meta characters.
|
Reports escaped meta characters.
|
||||||
Some RegExp coding styles specify that meta characters should be placed inside a character class,
|
Some RegExp coding styles specify that meta characters should be placed inside a character class,
|
||||||
to make the regular expression easier to understand.
|
to make the regular expression easier to understand.
|
||||||
This inspection does not warn about the meta character <code>[</code>, <code>]</code> and <code>^</code>,
|
This inspection does not warn about the meta character <code>[</code>, <code>]</code> and <code>^</code>,
|
||||||
|
|||||||
Reference in New Issue
Block a user