Page 1 of 1

Regular Expressions tool

PostPosted: Sun Jun 14, 2015 5:56 pm
by pmk65
Learn, Create, Understand, Test, Use and Save Regular Expressions with RegexBuddy

This is one of the programs I use most. (besides Prepros and WeBuilder :D)
If you work with regular expressions, this program is a MUST!
It allows you to create and test/debug regular expressions in a really user friendly way.

Unfortunately there's no trial version available, but you get a 3-months money-back guarantee.

Re: Regular Expressions tool

PostPosted: Fri Jun 19, 2015 12:12 pm
by Aivars
I use this site for testing/writing my expressions: http://rubular.com/
It's more simple but works for me.

Re: Regular Expressions tool

PostPosted: Tue Jun 23, 2015 10:46 am
by pmk65
Aivars wrote:I use this site for testing/writing my expressions: http://rubular.com/
It's more simple but works for me.


It's ok for the experienced RegEx user, but RegExBuddy has so much more features, like explaining and debugging the expressions.

The closest thing online is this one: https://regex101.com/
Which has some of the same features, like color coding, library and explaining the expression. (But still not as good as RegExBuddy :P )