pub fn find_text_in_file( filename: &str, text: &str, reg: Option<Rc<Regex>>, ) -> Result<Vec<(usize, String)>, Error>