kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.text
/
match
match
JS
inline
fun
String
.
match
(
regex
:
String
)
:
Array
<
String
>
?