本文介绍了什么是最好的正则表达式生成器/解释器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是新来的编程和我使用C#2010年有一些很长(50行)在代码中的正则表达式,我需要维护。此外,我需要解析了大量的信息,一些文本文件。你能推荐这些任务的工具吗?
I'm new to programming and I'm using C# 2010. There are some quite long (50 lines) regular expressions in code I need to maintain. Also I need to parse some text files with a lot of information. Can you recommend a tool for these tasks?
推荐答案
两个工具:
使用RegexBuddy - >的
regexbuddy -> http://www.regexbuddy.com/
和快报 - >的
首先是不是免费的,而第二个是。两者都提供类似的特征。我个人使用第一个不知道为什么:D
First is not free while second is. Both provide similar characteristics. I personally use the first one no idea why :D
这篇关于什么是最好的正则表达式生成器/解释器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!