RSS Feed for This PostCurrent Article

Useful Regular Expression Test Tool

QuickREx gives you a view in which you can enter test-texts and try regular expressions. The expressions are evaluated against the test-text on the fly, matches are highlighted and you can navigate between the matches. You can also navigate through groups within each match (if groups are defined in your regular expression).

Regular Expressions are edited either within the view or within a composition-dialog which offers the most useful building-blocks grouped in categories and accompanied by short explanations.

QuickREx also offers TAB-completion for regular expressions and conversion of regular expressions to Java-Strings (including e.g. proper escaping of the ubiquitous backslash). All TAB-completion suggestions as well as the corresponding help-text popups are customizable. They are defined in .xml-files distributed with the plug-in. These files can be changed to add additional hints, remove rarely used hints or change the descriptions. See here for details on how to customize TAB-completion.

QuickREx offers the most widely used implementations of Regular Expressions in the Java-world:

 

image


Trackback URL


Sorry, comments for this entry are closed at this time.