pub fn div_operation( dividend: &str, divisor: usize, custom_currency_regex: &Regex, currencies: &[Currency], print_full: bool, ) -> String