Re-exports§
pub use matcher::Matcher;
Modules§
- matcher 🔒
Structs§
Enums§
- Specifies escape behavior for the LIKE pattern.
Constants§
- The escape character to use by default in LIKE patterns.
- The number of subpatterns after which using regexes would be more efficient.
Functions§
- Builds a regular expression that matches some parsed Subpatterns.
- Breaks a LIKE pattern into a chain of sub-patterns.
- Builds a Matcher that matches a SQL LIKE pattern.
- Converts a pattern string that uses a custom escape character to one that uses the default.