kotest-assertions-core / io.kotest.matchers.regex / kotlin.text.Regex / shouldNotHavePattern

shouldNotHavePattern

infix fun Regex.shouldNotHavePattern(regexPattern: String): Unit

Assert that Regex does not have regexPattern.

See Also

shouldHavePattern

havePattern