← Back to Stormify Documentation

parseAndRender

fun parseAndRender(input: String, column: String, dialect: SqlDialect, caseSensitive: Boolean, args: SqlArgsCollector, syntax: FilterSyntax = defaultSyntax): String?

Convenience combining parse + renderAst with the default LIKE atom renderer. Returns null for empty/malformed input.