kotest-assertions-core
/
io.kotest.matchers.string
/
kotlin.String
/
shouldMatch
shouldMatch
infix
fun
String
?
.
shouldMatch
(
regex
:
String
)
:
Unit
infix
fun
String
?
.
shouldMatch
(
regex
:
Regex
)
:
Unit