Companion

Properties

Link copied to clipboard
const val ESCAPE_CHAR: Char = '$'
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val MULTI_WILDCARD_CHAR: Char = '*'
Link copied to clipboard
const val QUERY_PARAM: String
Link copied to clipboard
const val SINGLE_WILDCARD_CHAR: Char = '?'

Functions

Link copied to clipboard
fun of(input: String, trace: Boolean = false): Filter

Parses the input string using a lexer and parser, constructs a condition tree using a visitor, and returns a Filter object.

Link copied to clipboard

Resolves escape sequences in a given string.