Category: Plugin Directory / Tools / RegEx Tester
| | | | Version: 1.2 Support Eclipse Version: Eclipse 2.1 / Eclipse 3 License: Free for non-commercial use Development Status: Production/Stable Company:
| |  | Home Page |  | Plugin Support |  | Discussion Forum | |
|
- Test and search for regular expression
- Matches are colorized, for an easy visual clue
- Support for pattern flags (e.g. Pattern.DOTALL)
- LiveEval evaluates your regular expression while you are
typing it, gives feedback on possible errors and shows any
matches automatically
- LiveEval is supported for changes of the regular expression,
the search text and the pattern flags
-
4 distinct match modes:
- Find a sequence of characters
- Match a complete text
- Split text
- Replace every occurence of the regex with a different
string
Replacing supports back references ($1,$2,...)
- LiveEval for match mode changes
- Context sensitive \"Regular Expression Assist\"
- Selective evaluation of expressions
- Bracket Matching
- Generation of string literals based on the regexp, e.g.
\"\\(x\\)\" becomes \"\\\\(x\\\\)\"
- De-escape patterns in your code, e.g. \\\\(x\\\\) becomes
\\(x\\)
- Improved \"Clear Menu\", choose which parts of the view you
would like to get cleared every time you press the clear button
- Easy movement through matches: Choose \"Previous Match\" or
\"Next Match\" and cycle through all matches found.
- Polished and accessible user interface, everything is
reachable via keyboard
Added on: 19-Feb-2004 | Updated: 18-Aug-2004
|
Last 10 Comments
| User: Anonymous | Rating: 6 | 2007-08-14 04:34:02 | | | Do you intend to make syntax highlighting such as "RegexUtil" plugin?
| | User: Anonymous | Rating: 2 | 2007-04-12 07:02:02 | | | do not allow to replace with a regular expression (only to find regular expression as already done Eclipse).
| | User: Anonymous | Rating: 9 | 2006-03-31 09:42:34 | | | very nice plugin. if you want to test regex expression in eclispe it is a good tool.
| | User: Anonymous | Rating: 10 | 2006-03-30 08:04:02 | | | A little,but very useful tool if you use java regular expression with Eclipse.
| | User: Anonymous | Rating: 8 | 2006-02-08 17:21:39 | | | Very usable
| | User: Anonymous | Rating: 7 | 2005-12-05 05:39:00 | | | it only lacks auto completion
| | User: Anonymous | Rating: 10 | 2005-09-15 10:41:03 | | | If you are using regular expressions without RegEx Tester you are doing things the hard way. This plugin really makes it easy to tell what your regular expression will match and what it wont.
| | User: Anonymous | Rating: 10 | 2005-06-07 04:20:32 | | | Been using this for over a year now, really useful and well thought-out
| | User: rperkins | Rating: 9 | 2004-05-05 06:33:00 | | | Great utility. This tool will help break thru the fear some have of using regular expressions. Some prompts to help build the regular expression (e.g. select \"a digit\" and have \"\d\" added to the expression) would make this plugin even better.
| | User: Anonymous | Rating: 10 | 2004-02-19 08:33:40 | | | Simple, small and very usefull! That\'s how i like it!
|
|
|