Options
All
  • Public
  • Public/Protected
  • All
Menu

Match a regular expression.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Regex(regex: RegExp): Regex
  • Create wrapping a native JavaScript regular expression

    Parameters

    • regex: RegExp

      Regular expression to wrap. Do not use an end anchor. If a start anchor isn't provided it will be added

    Returns Regex

Properties

Protected parseNodeName

parseNodeName: string

regex

regex: RegExp

Accessors

$id

  • get $id(): string

Methods

matchPrefix

matchPrefixReport

Protected toValue

  • toValue(s: string): string

Generated using TypeDoc