matchLike

abstract fun matchLike(pattern: String, input: String, escape: Char): Boolean(source)

Returns true if and only if input matches the LIKE pattern with escape character.