Plugins (1234)


Training and Consulting (62)







EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 594
Comments: 0


Category: Plugin Directory / Tools / Regex Util

Regex Util 
Rate this plugin | Report broken link | Details | Comments (28)

Rating: 9.3 (310 Votes) | hits: 7
Regex Util

Version: 1.2.2
Support Eclipse Version: 3.2+
License: Free GPL
Development Status: Production/Stable
Company:
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Update Site URL: http://regex-util.sourceforge.net/update/

It is a eclipse plugin to help create regular expressions (regex). The goal is to make it as easy and as fast as possible to create regex. Main features: full highlighting of regular expression syntax including bracket matching and error detecting; tooltips will be shown when the mouse is over a part of the regex; generation of string literals based on the regexp, e.g. "(x)" becomes "(x)"; Search for regular expression and highlight matches.; LiveEval evaluates your regular expression while you are typing. 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. 4 distinct match modes: 1.) Find a sequence of characters. (Search all matches int text) 2.) Match a complete text. 3.) Split text. 4.) Replace. Online regexp tester avalible on prject site http://myregexp.com/applet.html
Added on: 10-Aug-2007 | Updated: 05-Jun-2008




Last 10 Comments


User: AnonymousRating: 62009-03-10 13:19:40
really useful tool but very unstable, it hanges sometimes 2-3 times per minute


User: AnonymousRating: 102009-02-27 02:29:32
Simple but excellent! Very useful.


User: AnonymousRating: 102009-02-16 13:39:52
Very simple tool! :-)


User: AnonymousRating: 92009-01-23 07:56:56
Very useful, thanks. It would be nice to see the matches for each capturing groups somehow in the input sequence window. (what I currently do to achieve this is: open the 'replace' mode and enter the group numbers, $1 $2 etc)


User: AnonymousRating: 102008-12-13 08:07:43
Very powerful and simply tool


User: AnonymousRating: 92008-12-13 05:41:28
Thanks, useful plugin :) It would be nice if it had the autocomplete feature like the standard Eclipse (since 3.3?) Find/Replace dialog. (peta)


User: AnonymousRating: 102008-12-09 12:20:24
Very usefull.


User: AnonymousRating: 102008-11-25 02:57:53
very nice and usefull plugin!


User: AnonymousRating: 102008-11-19 01:55:58
really useful tools


User: DSampaoloRating: 102008-11-13 11:25:30
Really simple and usefull, I can't do without it. Thanks !