Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RegexMatchResult

RegexMatchResult

Properties

Optional matchedLogEntryEndIndex

matchedLogEntryEndIndex: undefined | number

The matched log entry end index. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional regexScore

regexScore: undefined | number

The regular expression score. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional regexStepsInfo

regexStepsInfo: Array<StepInfo>

The regular expression steps information.

Optional stepCount

stepCount: undefined | number

The regular expression step count. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional subRegexesMatchInfo

subRegexesMatchInfo: undefined | object

The regular expression match information.

Functions

getDeserializedJsonObj

getJsonObj