ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Regular Expression Designer: Free Program to Help you Build Regular Expressions

(1/4) > >>

mouser:
Rad Software Regular Expression Designer is a free download that helps programmers learn, develop and test Regular Expressions. It is an interactive Windows application that is designed to be simple and easy to use.

Features
The Regex match results are listed in a tree with levels for Matches, Groups and Captures. Clicking on a Match, Group or Capture will highlight it in the Input text window
Regex.Replace is supported and the results of the replace are listed in a separate window.
The Language Element window is an embedded reference that gets you up to speed quickly.

--- End quote ---


http://www.radsoftware.com.au/regexdesigner/





from http://shellcity.net/

Veign:
Nice.  Regular Expression are on my hate-to-do list when it comes to development.

f0dder:
Solve a problem using regular expressions and suddenly you have two problems :P

That said, they can be pretty useful, as long as you're not trying to do "real" parsing using regex. I've usually been using The Regulator for regex testing, but it's somewhat quirky - might give this tool a try.

AbteriX:
Thanks for the link  :up:  such things are helpfull every time

TPReal:
Very nice program! Sometimes I need to parse automatically some web page, and it's a bit frustrating when you compose a huge regexp, test it, and it simply does not work at all. Probably because of a tiny mistake somewhere in the middle.

I've just tested RegEx Designer: I pasted the whole page source into the text field, and built the expression step by step, checking what parts of the source were matched after each step. It was much less pain than without the program!

Also, a rather nice and intuitive GUI, in my opinion. I will definitely use it from time to time. Thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version