Skip to main content

like_match_pub

Function like_match_pub 

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

SQL LIKE matching — % any run, _ exactly one char.