An object with escaped regular expression data.

interface EscRegExp {
    f?: string;
    v: string;
}

Properties

f? v

Properties

f?: string

The flags of the regular expression.

v: string

The regular expression.

It should not include the surrounding /.