regexp_user_matches

Function regexp_user_matches 

Source
fn regexp_user_matches(pattern: &str, haystack: &str) -> bool
Expand description

SQLite regexp(pattern, haystack) — matches JS new RegExp(pattern, 'i') (case-insensitive).