richorama / country-code-lookup

:earth_africa: Finds countries by various country codes
MIT License
84 stars 28 forks source link

fix case senstive error #47

Open AYAZRIAZ-006 opened 8 months ago

AYAZRIAZ-006 commented 8 months ago

Previously, the library was designed to return data only in cases where there was an exact, case-sensitive match. In an effort to improve its functionality and user experience, I introduced a modification. Now, the data matching process involves converting both fields to uppercase before comparison. This adjustment allows for more flexible and inclusive searches, making the library even more versatile.

I believe this enhancement will contribute positively to the overall usability of your library. If you have any questions or would like further details, please feel free to reach out.

Thank you for maintaining this valuable open-source project, and I look forward to any feedback you may have.