The RETest plugin can be used to test regular expressions against a given test string. The plugin also supplies integrated HTML help on RE syntax.
NOTE: Prior to version 1.1.0, the RETest plugin used the gnu.regexp package included with jEdit as its regular expression engine. As of version 1.1.0 the plugin was modified to use the java.util.regex package instead. This package was introduced in J2SE 1.4 as part of the core Java toolset.
The following types of tests are supported:
Pressing the "Insert" button will insert the text of the regular expression into the current buffer at the current caret position. Backslash (\) characters are automatically converted to a double-backslash (\\) to ensure they work correctly in a Java program.
Dismiss the window by using the "Close" button, or the window closer in the top right corner.
Click on the "Help" button to toggle display of the regular expression syntax notes. When resizing the window vertically, only the help window will expand or contract.