Jump to content

Best free regex editor (software)


rishiraj

Recommended Posts

What is the best software for regex that can save lots of time in debugging and checking the code.

I have little bit knowledge of regex and want to test bigger expressions.

please give your reviews. Here are few I have found on net.

 

RegexBuddy  by JGsoft - Just Great Software (trial version for free)

 

PatternHelper by DataMystic

 

GridinSoft Notepad by GridinSoft

 

 

Link to comment
Share on other sites

Are you referring to regex syntax problems or the integrity of the pattern?

 

No matter what editor you use, you cannot check your regex without a decent and somewhat relative array of data to run it against. A pattern may "work," but there could be some underlying gotchas that it allow it to match undesirables.

 

I typically create an array of tests to run the pattern through: Example.

Link to comment
Share on other sites

A bit of a shameless plug, but I've written a PHP script for testing regular expressions, which at least personally I've found quite handy.

 

The tool can be found online at:

http://rithiur.anthd.com/regex/

 

In addition, if you'd prefer to run it on your local host (which can provide considerable speed increase), there is also download available at:

http://rithiur.anthd.com/regex.php

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.