RegExpMatchArray

interface RegExpMatchArray : ArrayLike<ERROR CLASS: Symbol not found for JsString> (source)

Properties

Link copied to clipboard
abstract val groups: ReadonlyRecord<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString>?
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
inline fun RegExpMatchArray.asArray(): ReadonlyArray<ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> ArrayLike<T>.asList(): List<T>
Link copied to clipboard
open operator fun get(index: Int): ERROR CLASS: Symbol not found for JsString