Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters to RegexFileParser

Hierarchy

  • RegexOptions

Index

Properties

Optional Readonly captureGroupNames

captureGroupNames: string[]

Names of the capture groups, if any. This is used to populate the tree structure.

Readonly matchName

matchName: string

Path element name for each match

Readonly regex

regex: RegExp

Regex. May contain capture groups: If so name them with captureGroupNames.

Readonly rootName

rootName: string

Name of the root element within a document

Generated using TypeDoc