pub fn get_position_from_char_index( char_index: usize, file_content: &String) -> Result<(usize, usize), &str>