Plugins (1000)


Training and Consulting (67)


Eclipse Summit Europe 2009


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 598
Comments: 0

EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.


Category: Plugin Directory / Tools / Regex Util

This listing has moved and is Out of Date. Please view the most up to date listing here:
http://marketplace.eclipse.org/content/regex-util

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

Rating: 9.3 (449 Votes) | hits: 3
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: 92010-01-19 11:37:18
Its very useful for regex test


User: raccoonwaoRating: 92009-11-30 03:37:21
Excellent, instant, easy to read! The only drawback is, when copy to java editor, you need to manually add the backslash for escape letters. Better to add Java regex cheatsheet


User: AnonymousRating: 102009-09-09 08:33:48
This is an example of very accurately done work. Unfortunately, the vast of majority plugins has much poorer quality


User: AnonymousRating: 102009-07-17 08:07:55
Simple & Useful.....:)


User: AnonymousRating: 102009-07-09 12:01:16
Simple and easy to use. Thanks.


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