开发者

Is there a free tool that is like a regexp wizard? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

Does there exist a free Windows software program that will help you generate regular expressions using a wizard?

I'm not exactly sure what I am looking for but I am not looking for a regexp evaluator. What I need is a calculator/wizard to help me learn how reg expressions work, while not knowing all the syntax details (until i have t开发者_StackOverflowhe experience of course).


Expresso is a good free tool. It just needs email registration, but it's free. The developer of that tool also wrote The 30 Minute Regex Tutorial which you can use to follow along. It's included in the help file of Expresso.

RegexBuddy is not free, but seems to have a helpful UI and a cool debugger. Take a look at the demos.


gSkinner has a good online tool which has a desktop version too.


The Regex Coach won't quite do what you want, but it does have an info panel that explains your regex in plain English and it shows you when you've got a match in your test string.


A tool is handy for testing purposes, but if your ultimate goal is to actually learn regex, get Mastering Regular Expressions: the book w.r.t. regex-es.

A good on-line resource is regular-expressions.info.


Expresso is just the best for me and it's free.....


ReguLazy is a neat idea for this sort of thing. It's a pretty simple way to build and test a regex.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜