Represents a regular expression value. Described in https://w3c.github.io/webdriver-bidi/#type-script-LocalValue.
Constructs a new RegExpValue object.
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
pattern | string | The pattern of the regular expression. | ||
flags | string | | <optional> | null | The flags of the regular expression. |