sub_operation

Function sub_operation 

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