pub fn extract_lines( lines: String, begin_delimiter: &str, end_delimiter: &str, search: &str, ignore: &str, ) -> Vec<String>