RegExpExecArray

Properties

Link copied to clipboard
Link copied to clipboard
abstract val index: Int

The index of the search at which the result was found.

Link copied to clipboard
Link copied to clipboard
abstract val input: String

A copy of the search string.

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
abstract fun asArray(): ReadonlyArray<JsString>
Link copied to clipboard
fun <T : JsAny?> ArrayLike<T>.asList(): List<T>
Link copied to clipboard
open operator fun get(index: Int): JsString