This app lets you breakdown your credit card transaction by assigned tags.
Assigned tags are stored in the browser locally.
Apply regex to the description. New description will be the concatenation of all
capturing groups. Use backslash to escape special characters.
This is useful, if you want to apply same tag to multiple transactions of similar form.
For example, if you have transactions "LYFT FRI 7PM", "LYFT SUN 1AM" etc, you can add regex "(LYFT).*", and all those transaction would be treated as being "LYFT"
This is useful, if you want to apply same tag to multiple transactions of similar form.
For example, if you have transactions "LYFT FRI 7PM", "LYFT SUN 1AM" etc, you can add regex "(LYFT).*", and all those transaction would be treated as being "LYFT"