Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 3a6077d1b5cc322fa0583ede3a1a4e398d7d8529 Size: 431.59 KB File Format: zip
Rating: 1.913043478
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 355 License: Free
Regular Expression Workbench is a free software by Eric Gunnerson and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Regular Expression Workbench which is 431.59 KB in size and belongs to the software category Other Programming Files. Regular Expression Workbench was released on 2010-06-04 and last updated on our database on 2017-02-27 and is currently at version 2.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Regular Expression Workbench Description
The Regular Expression Workbench application was developed to be a small tool that will lets you experiment with .NET regular expressions.
Regular expressions are a really powerful facility, but theyre a bit tough to learn. Ive written this workbench to make it easier to create and understand regular expressions.
Using a regular expression
To learn how to use the workbench, its useful to use a sample regular expression. The following example can be used to match telephone numbers. For a number such as:
555-1212
The following regular expression can be used:
(?\d\d\d-\d\d\d\d)
Type the regex into the Regex editbox, and then type the phone number into the Strings editbox. Press Execute to try to match the regular expression against the string. The results of the match will apear in the output window. Hover over the regular expression to see what the various parts of the regular expression mean.System requirementsNET Framework