kotlin.js.RegExp

RegExp

external class RegExp

Platform and version requirements: JS

Exposes the JavaScript RegExp object to Kotlin.

Constructors

<init>

RegExp(pattern: String, flags: String? = definedExternally)

Exposes the J