Eclipse正则表达式插件 Regex Util
Eclipse plugin for testing/editing regular expressions flavor of the Sun Java standard API (java.util.regex).

安装地址:http://regex-util.sourceforge.net/update/
该工具同时也提供其他开发环境下的插件。
Eclipse plugin for testing/editing regular expressions flavor of the Sun Java standard API (java.util.regex).
Screenshot:
Features
- Full highlighting of regular expression syntax for an easy visual clue
(including bracket matching
,
; error detecting
,
,
,
) - Tooltips will be shown when the mouse is over a part of the regex.
,
,
, 
- Evaluates your regular expression while you are typing;
- 4 distinct match modes:
- Find a sequence of characters
; - Match a complete text
,
; - Split text (see java.lang.String.split(String regex))
; - Replace
;
- Find a sequence of characters
- Support for pattern flags (e.g. Pattern.CASE_INSENSITIVE, Pattern.DOTALL, ...);
- Generation of java source string literals based on the regexp, (escape slash, e.g. "\(x\)" becomes "\\(x\\)")
- Synchronized selection of regular expression and text: Just select part of the regexp to see which part of the text is matched by this part.
.
Functionality of this plugin is available as
java-applet
Demo of Regular Expression Hilighting
Move mouse to regex to see example of tooltips and brackets matching
Opening in eclipse
In Eclipse choose
Window -> Show View -> Other -> Regex Util
License
This programm is free and is distributed under the GPL. All funds for developement come from advertisement on this page.Download the plugin
Last version:
Download
Update site:
http://regex-util.sourceforge.net/update/
本文详细介绍了Eclipse插件Regex Util,它用于测试和编辑Java标准API (java.util.regex) 的正则表达式。提供高级功能如语法高亮、错误检测、括号匹配、边写边测试等,支持多种匹配模式,并具备生成Java源字符串、同步选择正则表达式与文本等特性。
857

被折叠的 条评论
为什么被折叠?



