pub fn get_idx_between_strict<'a>( text: &'a str, begin: &str, end: &str, ) -> Option<(usize, usize)>