Eclipse正則表達式插件 Regex Util
一個Eclipse插件用于測試/編輯正則表達式(java.util.regex)。它有以下特性:
- 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 ;
- 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. .
安裝地址:http://regex-util.sourceforge.net/update/
該工具同時也提供其他開發環境下的插件。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!