-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add currency codes validator #1703
Labels
Comments
Thank you for your suggestion @jpaya17 |
jmpaya
added a commit
to jmpaya/validator.js
that referenced
this issue
Aug 12, 2021
Thanks @tux-tn for your reply. I have implemented it and created a PR, hope it helps somebody else. |
Thank you @jpaya17 i will take a look at it 👍 |
profnandaa
pushed a commit
that referenced
this issue
Sep 26, 2021
* feat(isISO4217): add currency code validator (#1703) * perf(isISO4217): use a Set along with .has instead of .indexOf * refactor(isISO4217): Enhance tests with lowercase examples
Closed in #1706 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there! Would you mind implement a validator for currency codes as described in ISO 4217?
Thanks,
The text was updated successfully, but these errors were encountered: