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