Regular Expressions tool

Discuss general web development questions. Help others and get help from others.

Moderator: kfury77

Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Regular Expressions tool

Post 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.
There are 10 types of people in the world: Those who understand binary and those who don't.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Regular Expressions tool

Post by Aivars »

I use this site for testing/writing my expressions: http://rubular.com/
It's more simple but works for me.
Blumentals Software Programmer
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Regular Expressions tool

Post 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 )
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply