kotest-assertions-core / io.kotest.matchers.regex / haveRegexOptionMatcher

haveRegexOptionMatcher

fun haveRegexOptionMatcher(option: RegexOption): Matcher<Regex>
fun haveRegexOptionMatcher(options: Set<RegexOption>): Matcher<Regex>