Interface Literal

A light-weight representation of a JavaScript RegExp object.

This interface only requires the source and flags properties of a RegExp object.

Hierarchy

  • Literal

Properties

Properties

flags: string
source: string