Click or drag to resize

SyntaxSetIsValid(String) Method

Validates the regex.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract bool IsValid(
	string item
)

Parameters

item  String
The string to check.

Return Value

Boolean
The name of the syntax set.
See Also