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

shouldNotIncludeRegexOptions

infix fun Regex.shouldNotIncludeRegexOptions(regexOptions: Set<RegexOption>): Unit

Assert that Regex regex options does not include regexOptions

See Also

shouldIncludeRegexOptions

includeOptions