Skip to main content

write_escaped

Function write_escaped 

Source
pub fn write_escaped(
    out: &mut DynQuery,
    value: &str,
    search: char,
    replace: &str,
)
Expand description

Write, escaping occurrences of search char with replace while copying into buffer.