kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.text
/
Regex_0
Regex_0
JS
fun
Regex_0
(
pattern
:
String
,
option
:
RegexOption
)
:
Regex
Content copied to clipboard
Creates a regular expression from the specified
pattern
string and the specified single
option
.