24

I searched for a question about regexp testing/learning tools, but people usually suggest Windows based solution. I found one for ubuntu: redit. However, I'm wondering if there are better tools for the job. So, without further ado

Q: What is the best tool for testing/leadning regular expressions
   for linux/ubuntu?

Sorry if this is a superuser kind of question. Thx

hummingBird
  • 2,495
  • 3
  • 23
  • 43

5 Answers5

24

I rather like Kodos, which is a cross-platform GUI regex tester.

But there are many others. Have a look at the answers to How do you debug a regex? , there are many cross-platform solutions listed.

Community
  • 1
  • 1
sleske
  • 81,358
  • 34
  • 189
  • 227
  • Kodos is damn old, uses Qt3 and has not been updated since 2006. – pouya Aug 21 '18 at 14:39
  • @pouya, you forget the entry was from 2010. Besides, there is an updated version here, still working quite fine: https://github.com/luksan/kodos – nyov Nov 24 '19 at 16:03
  • @nyov still the same. The Latest commit is made on 2012. Anyway these days with [electron](https://electronjs.org/) in hand building such a tool takes only half an hour. – pouya Nov 24 '19 at 16:39
13

Why don't use web-base tools: http://regexpal.com/ and more here

pinichi
  • 2,199
  • 15
  • 17
4

My favorite http://gskinner.com/RegExr/ Adobe Air app. Worth a try

arivu86
  • 81
  • 2
  • 2
  • 12
0

For simple regex I use the replace function in Sublime Text 2.

Heinrich
  • 1
  • 1
-4

Best "tool" for learning regex?

Easy: Mastering Regular Expressions (3rd Edition)

ridgerunner
  • 33,777
  • 5
  • 57
  • 69