pub fn apply_search_replace( content: &str, old_string: &str, new_string: &str, replace_all: bool, ) -> Result<(String, usize)>
纯内存:精确 search_replace