There is a practical Regular Expression on msdn. Article
Regular Expressions in ASP. NET
Source code download
The following lists some resources:
Free tools
Regulator (http://royo.is-a-geek.com/iserializable/regulator/)-a regular expression testing tool running on the client, tightly integrated with regexlib through Web Services, provides support for "matching", "splitting", and "Replacement. Including Performance Analysis and syntax highlighting.
Regexdesigner. Net (http://www.sellsbrothers.com/tools/)-a powerful visual tool that helps construct and test regular expressions. It can generate C # and/or VB. NETCodeAnd compiled assembly code to help you integrate expressions into ApplicationsProgram.
Regular Expression workbench (V2.0) (http://www.gotdotnet.com/Community/UserSamples/Details.aspx? Sampleguid = C712F2DF-B026-4D58-8961-4EE2729D7322)-a tool developed by Eric Gunnerson to create, test, and study regular expressions. The "examine-O-Matic" function allows you to hover your mouse over a regular expression and decode its meaning.
Resources
Regular Expression Library http://www.regexlib.com/
Regular Expressions discuss list http://aspadvice.com/login.aspx? Returnurl = % 2 fsignup % 2flist. aspx % 3fl % 3d68% 26C % 3d16 & l = 68 & C = 16
Regular Expression Forum http://forums.regexadvice.com/
Regular Expressions web log http://blogs.regexadvice.com/
Mastering Regular Expressions (O 'Reilly) by Jeffrey Friedl http://www.regex.info/
. Net regular expression reference http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemTextRegularExpressions.asp
JScript, regular expression, syntax, http://www.msdn.microsoft.com/library/en-us/script56/html/js56jsgrpRegExpSyntax.asp
Regular Expression Information http://www.regular-expressions.info/