Click or drag to resize

RegexSyntax Class

Regex char sets
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiSyntaxSet
    EdiFabric.Core.Model.EdiRegexSyntax

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class RegexSyntax : SyntaxSet

The RegexSyntax type exposes the following members.

Constructors
 NameDescription
Public methodRegexSyntax Initializes a new instance of the CustomSyntax class.
Top
Methods
 NameDescription
Public methodGetName Gets the name of the syntax set.
(Overrides SyntaxSetGetName)
Public methodGetValidChars Gets the valid chars.
(Overrides SyntaxSetGetValidChars)
Public methodIsValid(Char) Validates the char.
(Overrides SyntaxSetIsValid(Char))
Public methodIsValid(String) Validates the regex.
(Overrides SyntaxSetIsValid(String))
Top
See Also