Skip to main content

escape_like_prefix

Function escape_like_prefix 

Source
fn escape_like_prefix(prefix: &str) -> String
Expand description

Escapes SQLite LIKE wildcards (%, _) and the escape character (\) so a user-supplied prefix is matched literally.