match

infix fun <T : String?> Expression<T>.match(pattern: String): Op<Boolean>

Checks if this expression matches the specified pattern.


Checks if this expression matches the specified pattern using the specified match mode.