Skip to main content

apply_search_replace

Function apply_search_replace 

Source
pub fn apply_search_replace(
    content: &str,
    old_string: &str,
    new_string: &str,
    replace_all: bool,
) -> Result<(String, usize)>
Expand description

纯内存:精确 search_replace