A Good Regular Expression Editor

No but the JEdit text editor has a plugin available called RETester that is really useful for testing regexs. It also includes integrated regex help at the bottom. You can type a test string and your regex and test it to make sure it does what you want it to do.

Just out of curiosity, what would a regular expression editor look like? Have you seen a good one before?
 
The screenshot of that looks very similar to JEdits plugin that mentioned. I thought maybe you had in mind an editor where you didnt need to know the funky matching syntax of regex so even the average user could benefit from the power of regex.

Ive attached a screenshot of JEdits plugin if youre interested. JEdit is open source too.
 

Attachments

Back
Top