Module like_pattern

Source

Structs§

Matcher
An object that can test whether a string matches a LIKE or ILIKE pattern.
ProtoMatcher
ProtoSubpattern

Enums§

EscapeBehavior
Specifies escape behavior for the LIKE pattern.

Functions§

any_matcher
compile
Builds a Matcher that matches a SQL LIKE pattern.
normalize_pattern
Converts a pattern string that uses a custom escape character to one that uses the default.