match

fun match(column: String, pattern: String)(source)

Finds all rows where the value of the column matches the specified pattern using pattern matching


infix fun <T, V> KProperty1<T, V>.match(pattern: String)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern using pattern matching