Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make currency regex not incorrectly match substrings #88

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

tschicke
Copy link
Contributor

This changes the currency regexes use '^$' instead of just matching '', so that specifying a currency only matches that currency exactly, instead of also matching currencies that contain the specified currency.

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.
@redstreet redstreet merged commit adc5888 into redstreet:main Dec 21, 2023
3 checks passed
@redstreet
Copy link
Owner

redstreet commented Dec 21, 2023

Great, thank you, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants