Compiling Regular Expressions To Assemblies

RegexDesigner.NET provides the ability for you to Compile a regular expression to a .NET assembly, and reference it from you application(s). This can be useful where you need to reuse a business-specific regular expression across one or more applications. Compiled assemblies are also a great way to encapsulate complex and/or large regular expressions.

To compile a regular expression to an assembly

  1. To open the Compile To Assembly dialog, do one of the following:
  2. To enter the Assembly File Name, you can either:
  3. Enter the Namespace and Class names, and select a Protection level.
  4. Click OK to create the assembly.

See Also

Generating Code