I'm trying to extract the numbers that follow specific strings in a field.
from the example below, I'm trying to extract the amounts that follow Debit total, EBT Total, eWic Total, Pay Card total, Money Network Total and Grand Total. The data doesnt always have all these categories (sometimes ewic, pay card and/or money network might be missing). I know this can be accomplished with Regex but i'm not sure how.
Amount Debit Total $185,766,852.45 EBT Total $42,450,099.98 eWIC Total
$1,337,679.43 Pay Card Total -$503,352.84 Money Network Total -$45,168.63
--------------------------------------------------------------------------------
Grand Total $229,006,110.39