Regular Expressions Tester
May 12th, 2007
Here’s a simple app I wrote to test regular expressions. Regular expressions are a handy way to do complex parsing of strings but testing expressions can be tedious. I put together this little program to experiment with them before I put them into an application.
This sample application is limited to simple replacements, which is what I use most often on simple strings. For more complex operations, you should use the Match function in a loop. The application also contains an example of how to bind application settings to text boxes.
For more information on how to build Regular Expressions try these links:
Regular-Expressions.info
RegexLib.com
ยป Click here to download VB.NET source code for this article
Entry Filed under: Code Examples
Rate This Article:











Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed