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

shouldNotIncludeRegexOption

infix fun Regex.shouldNotIncludeRegexOption(regexOption: RegexOption): Unit

Assert that Regex regex options does not include regexOption

See Also

shouldIncludeRegexOption

includeOption