VS.NET Add-on's for Regular Expression Testing
In order to check and validate
the regular expression, we generally use online sites (http://www.regexr.com,
http://regex101.com
etc.)
Due to outdated version of
Internet Explorer which is no longer supported by above mentioned web sites.
To validate regular expressions,
we can use .NET Add-on’s
- Regular Expression
Tester
- RegxTester
Comments