Testing regular expressions tool (Linux/ubuntu) [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
开发者_如何学Go Improve this questionI 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
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.
Why don't use web-base tools: http://regexpal.com/ and more here
My favorite http://gskinner.com/RegExr/ Adobe Air app. Worth a try
For simple regex I use the replace function in Sublime Text 2.
Best "tool" for learning regex?
Easy: Mastering Regular Expressions (3rd Edition)
精彩评论