Skip to main content

regex_match_pub

Function regex_match_pub 

Source
pub fn regex_match_pub(value: &str, pattern: &str, ci: bool) -> bool
Expand description

Public aliases so the SQL SELECT engine matches patterns with EXACTLY the same code NQL does.

Two implementations of LIKE or of the regex subset would be two chances for the SQL surface and the NQL surface to disagree about the same operator on the same data — and a filter that disagrees with itself is the silent-wrong-row class this engine keeps having to remove.