mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
13 lines
650 B
HTML
13 lines
650 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>The format of a regular expression can be rather complicated.
|
|
To make sure you didn't miss some slash of quotation mark, place the caret
|
|
somewhere in the expression you want to check, and press <span class="shortcut">&shortcut:ShowIntentionActions;</span>. </p>
|
|
<p>In the pop-up frame type a string that you think should match your regular expression. If the background turns green, you are lucky. If it turns red, then you have to look for a mistake. </p>
|
|
<p class="image">
|
|
<img src="images/checkRegExp.png"></p>
|
|
</body>
|
|
</html> |