Re-exportsยง
pub use matcher::Matcher;
Modulesยง
- matcher ๐
Structsยง
Enumsยง
- Escape
Behavior - Specifies escape behavior for the LIKE pattern.
Constantsยง
- DEFAULT_
ESCAPE ๐ - The escape character to use by default in LIKE patterns.
- DOUBLED_
ESCAPE ๐ - MAX_
SUBPATTERNS ๐ - The number of subpatterns after which using regexes would be more efficient.
Functionsยง
- any_
matcher - build_
regex ๐ - Builds a regular expression that matches some parsed Subpatterns.
- build_
subpatterns ๐ - Breaks a LIKE pattern into a chain of sub-patterns.
- compile
- Builds a Matcher that matches a SQL LIKE pattern.
- is_
match_ ๐subpatterns - normalize_
pattern - Converts a pattern string that uses a custom escape character to one that uses the default.