pub fn convert_str<T, E>( str: T, converts: E, in_heading: bool ) -> Result<String>where T: AsRef<str>, E: AsRef<[Convert]>,