blob: d231480db17c9c6e3cd457646dfc9c06e454a2a6 [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001<html>
2<head>
3 <link rel="stylesheet" type="text/css" href="css/tips.css">
4</head>
5<body>
6 <p>The format of a regular expression can be rather complicated.
7To make sure you didn't miss some slash of quotation mark, place the caret
8somewhere in the expression you want to check, and press <span class="shortcut">&shortcut:ShowIntentionActions;</span>. </p>
9<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>
10 <p class="image">
11 <img src="images/checkRegExp.png"></p>
12</body>
13</html>