Click or drag to resize

RegexSyntax Constructor

Initializes a new instance of the CustomSyntax class.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public RegexSyntax(
	Regex validSymbols,
	string name = null
)

Parameters

validSymbols  Regex
The regex to match against.
name  String  (Optional)
The optional name of the syntax set. Custom by default.
Exceptions
ExceptionCondition
ExceptionThrows exception if no valid symbols.
See Also