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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Two tools :
regexbuddy -> http://www.regexbuddy.com/
and expresso -> http://www.ultrapico.com/Expresso.htm
First is not free while second is. Both provide similar characteristics. I personally use the first one no idea why 😀