openpss / com.hendraanggrian.openpss.util / kotlinx.nosql.AbstractColumn

Extensions for kotlinx.nosql.AbstractColumn

matches

fun <T : AbstractSchema, C> AbstractColumn<out C?, T, *>.matches(regex: Any, flags: Int = 0): Query

Matches with regex automatically transformed to pattern with certain flags.