rodricios / autocomplete

Autocomplete - an adult and kid friendly exercise in creating a predictive program
450 stars 74 forks source link

Convert words received as parameters to lowercase. #13

Open harsh2338 opened 3 years ago

harsh2338 commented 3 years ago

Currently words with uppercase letters always yield no results. By merging the pull request, the words received as parameters are converted to lowercase so that it gives the right results.