| Tor Norbye | 814f829 | 2014-03-06 17:27:18 -0800 | [diff] [blame^] | 1 | <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. |
| 7 | To make sure you didn't miss some slash of quotation mark, place the caret |
| 8 | somewhere 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> |