replace
fun ColumnDeclaring<String>.replace(oldValue: String, newValue: String): FunctionExpression<String>(source)
SQLite replace function, translated to replace(str, oldValue, newValue)
.
SQLite replace function, translated to replace(str, oldValue, newValue)
.