Skip to main content

Module pattern_ops

Module pattern_ops 

Source
Expand description

The LIKE (SQL wildcard) and MATCHES (regex) operators.

Functionsยง

like_matches
Tests whether value matches the SQL-style LIKE pattern.
regex_matches
Tests whether value matches the regular expression (the MATCHES operator).