kotlin-stdlib
Common
JRE
JS
Native
kotlin-stdlib
/
kotlin.text
/
Regex
/
matches
matches
Common
JRE
JS
Native
expect
infix
fun
matches
(
input
:
CharSequence
)
:
Boolean
(
source
)
actual
infix
fun
matches
(
input
:
CharSequence
)
:
Boolean
(
source
)
Indicates whether the regular expression matches the entire
input
.
actual
infix
fun
matches
(
input
:
CharSequence
)
:
Boolean
Indicates whether the regular expression matches the entire
input
.
actual
infix
fun
matches
(
input
:
CharSequence
)
:
Boolean
Indicates whether the regular expression matches the entire
input
.