Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegexString

The strings available for each language.

interface

IRegexString

Hierarchy

  • IRegexString

Index

Properties

escape

escape: boolean

If escaping is supported.

type

{boolean}

memberof

IRegexString

interpolate

interpolate: boolean

If interpolation is supported.

type

{boolean}

memberof

IRegexString

multi

multi: boolean

If the string can span mulitple lines.

type

{boolean}

memberof

IRegexString

value

value: string

The value of the string.

type

{string}

memberof

IRegexString

Generated using TypeDoc