kotlin-stdlib
Common
JRE
JS
Native
kotlin-stdlib
/
kotlin.text
/
Regex
/
containsMatchIn
contains
Match
In
Common
fun
containsMatchIn
(
input
:
CharSequence
)
:
Boolean
Content copied to clipboard
JRE
JS
Native
fun
containsMatchIn
(
input
:
CharSequence
)
:
Boolean
Content copied to clipboard
fun
containsMatchIn
(
input
:
CharSequence
)
:
Boolean
Content copied to clipboard
fun
containsMatchIn
(
input
:
CharSequence
)
:
Boolean
Content copied to clipboard
Indicates whether the regular expression can find at least one match in the specified
input
.