Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.regexp
/
RegExpExecArray
Reg
Exp
Exec
Array
interface
RegExpExecArray
:
ArrayLike
<
JsString
>
(
source
)
Members
Members & Extensions
Properties
groups
Link copied to clipboard
abstract
val
groups
:
ReadonlyRecord
<
JsString
,
JsString
>
?
index
Link copied to clipboard
abstract
val
index
:
Int
The index of the search at which the result was found.
indices
Link copied to clipboard
abstract
val
indices
:
RegExpIndicesArray
?
input
Link copied to clipboard
abstract
val
input
:
String
A copy of the search string.
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
Array
Link copied to clipboard
abstract
fun
asArray
(
)
:
ReadonlyArray
<
JsString
>
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
get
Link copied to clipboard
open
operator
fun
get
(
index
:
Int
)
:
JsString