from re import sub from decimal import Decimal money = '$6,150,593.22' value = Decimal(sub(r'[^d.]', '', money))