Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.regexp
Package-level
declarations
Types
Types
Reg
Exp
Link copied to clipboard
open
class
RegExp
(
pattern
:
String
,
val
flags
:
String
=
definedExternally
)
MDN Reference
Reg
Exp
Exec
Array
Link copied to clipboard
interface
RegExpExecArray
:
ArrayLike
<
JsString
>
Reg
Exp
Index
Link copied to clipboard
typealias
RegExpIndex
=
JsTuple2
<
JsInt
,
JsInt
>
Reg
Exp
Indices
Array
Link copied to clipboard
interface
RegExpIndicesArray
:
ArrayLike
<
RegExpIndex
>
Reg
Exp
Match
Array
Link copied to clipboard
interface
RegExpMatchArray
:
ArrayLike
<
JsString
>