SysSn13/leetcode-rating-predictor

Username search should not be Case Sensitive

kclalit64 opened this issue · 0 comments

We know usernames in their default nature are not case sensitive. However, I found this rating predictor to consider them case sensitive. Please assign me this issue as I'd like to fix it.

for eg: John77 would show up a valid user for prediction whereas john77 won't

Thanks!