Companion

object Companion

Functions

Link copied to clipboard
fun patternToRegex(pattern: String): Regex

A tentative to approximate the Sqlite LIKE operator with Regexes

Link copied to clipboard
fun prettifyDump(dump: Map<@JvmSuppressWildcards KClass<*>, Map<String, Record>>): String