regexMatch

infix fun <V> KProperty1<T, V>.regexMatch(pattern: String): Bson(source)
fun <V> KProperty1<T, V>.regexMatch(pattern: String, options: String): Bson(source)
fun <V> KProperty1<T, V>.regexMatch(pattern: Pattern): Bson(source)
fun <V> KProperty1<T, V>.regexMatch(pattern: Regex): Bson(source)