Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free alternative to RegexBuddy [closed]

Tags:

regex

Are there any good alternatives that support writing regexps in different flavors and allow you to test them?

like image 716
sumek Avatar asked Sep 25 '08 09:09

sumek


2 Answers

Here's a list of the Regex tools mentioned across the threads:

Regulator

Expresso

.NET Regular Expression Designer

Regex-Coach

larsolavtorvik online tool

Regex Pal

Regular Expression Workbench

Rubular

Reggy

RegExr

like image 162
Chris Burgess Avatar answered Sep 27 '22 19:09

Chris Burgess


The excellent and free Rad Software Regular Expression Designer doesn't appear in the list above but it's certainly worth a look at.

Support for different "flavours" is limited but as far as writing and testing actual regular expressions is concerned it's good and the in-built help is very useful too.

like image 38
Sprogz Avatar answered Sep 27 '22 21:09

Sprogz