Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make currency regex not incorrectly match substrings
This changes the currency regexes use '^<currency>$' instead of just matching '<currency>', so that specifying a currency only matches that currency exactly, instead of also matching currencies that contain the specified currency.
- Loading branch information