pub fn sub_operation( minuend: &str, subtrahend: &str, custom_currency_regex: &Regex, currencies: &[Currency], print_full: bool, ) -> String