numeric-sort currently handles decimals and negative numbers but wont work for currency. Modify numeric-sort to also allow inferring and sorting of currency such as $69, $60.69, ($69.23), -$56 etc. Also other currency signs such as pounds, euro etc. Percentages are also something that can be represented as decimals as well, so we should handle that as well e.g ( 69.1%, 69.15%, etc.)
numeric-sort currently handles decimals and negative numbers but wont work for currency. Modify numeric-sort to also allow inferring and sorting of currency such as $69, $60.69, ($69.23), -$56 etc. Also other currency signs such as pounds, euro etc. Percentages are also something that can be represented as decimals as well, so we should handle that as well e.g ( 69.1%, 69.15%, etc.)