kotest-assertions-core / io.kotest.matchers.regex / kotlin.text.Regex / shouldNotHaveExactRegexOptions
shouldNotHaveExactRegexOptions
infix fun Regex.shouldNotHaveExactRegexOptions(regexOptions: Set<RegexOption>): Unit
Assert that Regex does not have exact regex options as regexOptions
See Also
shouldHaveExactRegexOptions
haveExactOptions