Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EfdRegexResult

EfdRegexResult

Properties

Optional baseFieldName

baseFieldName: undefined | string

The base field name.

Optional id

id: undefined | number

the unique identifier. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isValidRegexSyntax

isValidRegexSyntax: undefined | false | true

A flag indicating whether or not the regular expression is valid.

Optional matchResult

matchResult: model.RegexMatchResult

Optional parsedFieldCount

parsedFieldCount: undefined | number

The parsed field count. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional parsedFields

parsedFields: undefined | object

The parsed fields.

Optional regex

regex: undefined | string

The regular expression.

Optional status

status: undefined | string

The status.

Optional statusDescription

statusDescription: undefined | string

The Status description.

Optional violations

violations: Array<Violation>

The list of violations (if any).

Functions

getDeserializedJsonObj

getJsonObj