41

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

user513951
  • 12,445
  • 7
  • 65
  • 82
sumek
  • 26,495
  • 13
  • 56
  • 75

3 Answers3

50

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

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Chris Burgess
  • 5,787
  • 13
  • 54
  • 69
  • 10
    Do any of these tools allow regexes to be translated to different dialects (e. g., translating a Java regex to a JavaScript regex, and vice-versa?) I know that RegexBuddy has this feature, but I want to know whether there are others with this feature as well. – Anderson Green Mar 18 '13 at 00:18
  • Forgot the name of my favorite regex tool (installing new machine), which was the Regex-coach as it seems. Thanks! – LukasS Apr 09 '17 at 14:51
  • 2
    Too bad practical questions like these aren't permitted anymore, but "do my homework while I watch a movie" type questions are. That said, in 2018, desktop applications have gone the way of the dodo, so I recommend https://regex101.com/. It shows the time taken as well the number of steps. It also offers a ton of customizations. – Abhijit Sarkar Jul 01 '18 at 21:16
  • 1
    The question was technically answered, but the majority of these tools are very old (not updated). Not to say they are completely useless. At least RegExBuddy is updated regularly, and can do conversions to other languages, and explains each search step in layman's English. @AbhijitSarkar [RegEx101.com](https://RegEx101.com) is next closest thing; includes a replacement/substitution checker also. Also, [softwarerecs SE](https://softwarerecs.stackexchange.com/questions/6971/free-program-to-create-regular-expressions-with-a-gui) allows software recommendations. – Jon Grah Jan 30 '19 at 11:24
  • Expresso is just a trial. – skan Oct 06 '20 at 15:09
  • Expresso is just a trial. – skan Oct 06 '20 at 15:09
  • well regular expressions have not changed much so if the tool did the job it still does it – arana Nov 20 '21 at 00:19
12

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.

Sprogz
  • 576
  • 1
  • 5
  • 18
5

Expresso is way up there on my list.

SpoiledTechie.com
  • 10,515
  • 23
  • 77
  • 100