patternToRegex

fun patternToRegex(pattern: String): Regex

A tentative to approximate the Sqlite LIKE operator with Regexes