Regular expressions are one of those things that are incredibly powerful… if you know how to use them. It has taken quite a bit of time for me to learn the ins and outs of how they work, but once you get the hang of them there is almost always some variation that can be used in the different programming languages.
There have been some programs that try to lend a hand at building the regular expressions, but more often than not you’ll have to fork out some money for them. RegExr is looking to solve this problem. It is a free online regular expression builder that will show you the results of your regular expression in real-time.
I’ll be using this all of the time now, and it would have definitely been a great tool to have when I was trying to learn the ropes. Along the right side it includes a small “library” of the syntax available for building your regular expressions. That is a huge time saver so that you don’t have to keep referencing a cheat sheet.
If you don’t find the online version appealing they have also taken the liberty of converting it into a desktop application using Adobe’s AIR technology. That means it will run on Mac OS X, Windows, or Linux assuming that you have Adobe Air installed.
RegExr Online Version
RegExr Desktop Version
[via Download Squad]
Enjoyed the post? Subscribe to our feed to get a daily dose of CyberNet!
Tags: Freeware, Newly Released, Software, Web Sites, How To


Related Posts:
- Regex Widget for Mac OS X
- Download Microsoft Expression Web Designer CTP
- Download Microsoft Expression Web Beta 1
- Could Your Facebook Profile Keep You From Landing a Job?
- Portable Notepad++: A Must for your Flash Drive




















Pretty handy indeed. Bookmarked!
Excellent find, will be very handy for quick testing, and having the syntax there makes it doubly useful.
Yeah, I don’t use regular expressions enough to remember all of the syntax so I normally have a cheat sheet next to me. This definitely solves that problem.
I’m learning regular expressions now and this tool will be incredibly useful.
For the PHP & MySQL intro course I took last semester, we used an app called JEdit preinstalled and configured with the settings and plugins the professor wanted and it had a feature (that I think came in the form of a plugin) which allowed you to test your regular expression, but you still had to remember all the syntax to create your regular expressions and it would only highlight each pattern matched one at a time (you’d have to cycle through the matches). I’d have to use a regular expression cheat sheet alongside this app to do my regular expressions.
This website tool builds in the cheat sheet and highlights all matches simultaneously making it far more useful than JEdit. I’ll be using this website with great regularity. Thanks and very nice find!
Really nice!
An alternative is RegEx Pal - http://regexpal.com/
Nice find… doesn’t seem quite as robust as this site, but I think it’s more responsive since it’s not built on Flash.