Administrators PlausiblyDamp Posted April 9, 2004 Administrators Posted April 9, 2004 Post you favourite resources for regular expressions or any expressions you find useful here. to start the ball rolling http://www.regexlib.com ps. Please try to keep posts on topic, if you have a question or problem with a particular expression request help in a new thread to stop the value of this one becoming too diluted. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
alp0001 Posted April 9, 2004 Posted April 9, 2004 Another site devoted to REs. Quote My name in binary (from ASCII): 01000001011001000110000101101101 010100000110010101110100011100100110100101100101
*Gurus* Derek Stone Posted April 9, 2004 *Gurus* Posted April 9, 2004 While limited, the .NET SDK does offer some decent tables for what is what: http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconRegularExpressionsLanguageElements.asp Quote Posting Guidelines
Hamburger1984 Posted April 10, 2004 Posted April 10, 2004 Another good site: http://www12.brinkster.com/ultrapico/Expresso.htm you can download a program here - called "Expresso".. very useful for testing and creating RegularExpressions... Andreas Quote
newman Posted May 16, 2004 Posted May 16, 2004 Regex Master - a breakthrough visual tool to build, debug, and test .NET Regular Expressions. Yes, it's free! Match predicting, partial execution, match tracing, problem parts location, etc. http://www.miningtools.net/master/ Quote
XL-Dennis Posted July 15, 2004 Posted July 15, 2004 Another nice and good free tool is The Regulator that I recently has started to use: http://royo.is-a-geek.com/iserializable/regulator/ Kind regards, Dennis Quote
vozeldr Posted November 25, 2004 Posted November 25, 2004 Regex Tester I wrote up this quick tester for regular expressions using System.Text.RegularExpressions Here's a screenshot. Here's the download. Quote
mskeel Posted December 27, 2004 Posted December 27, 2004 regex coach The Regex Coach Precise and to the point, easy to use, an excellent tool overall. Quote
Micah Posted March 7, 2005 Posted March 7, 2005 RegEx Buddy This is the bes Regular expression util out there. It not only helps you create, test, and debug but it also alows you to export it to the language of your choice already properly formatted :)! Did i mention this is an AWESOME piece of software. all developers should have this in their bag of tricks Check it out here: http://www.regexbuddy.com Quote
goodmorningsky Posted August 15, 2005 Posted August 15, 2005 Sure you need this. You shouldn't miss Regulator, free tool. It provides regular expression search from web, parsing, coding supports, etc. It's best tool you need start with. Get from. http://regex.osherove.com/ and read this link article introducting 10 tools you need with .NET. http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/default.aspx It makes your life easier as it did to me. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
mskeel Posted August 10, 2007 Posted August 10, 2007 Re: Sure you need this. http://regexpal.com/ A Web based regular expression evaluation/checking tool. No downloads necessary, just type your regular expressions in the top window, the text to match in the bottom. To really asplode your brain, mouse over the 'quick reference' menu item. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.