match
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.match
Content copied to clipboard
this match pattern
Content copied to clipboard
open fun <T : String?> Expression<T>.match(pattern: String, mode: FunctionProvider.MatchMode?): Op<Boolean>
Deprecated (with error)
This interface method will be removed following release 1.0.0 and should be replaced with the equivalent top-level function.
Replace with
import org.jetbrains.exposed.v1.core.match
Content copied to clipboard
match(pattern, mode)
Content copied to clipboard