Module mz_expr::like_pattern
source · Structs§
- An object that can test whether a string matches a LIKE or ILIKE pattern.
Enums§
- Specifies escape behavior for the LIKE pattern.
Functions§
- 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.