We’re working on a DemandTools job where we want to modify a value that looks like this: "$9.09 CAD". Specifically, we want to remove the dollar amount and retain only the currency code—so for example:Input: "$9.09 CAD"Desired Output: "CAD"We do not ...