-
Notifications
You must be signed in to change notification settings - Fork 1
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
Case Insensitivity can also be added into string comparisons #1
Comments
I agree. Putting another |
When I first thought about it, I believed that two types of equality could be included in the list. However, after browsing several e-trade sites, I now think that it would actually be much more effective for the developer to make the decision as input parameter, just like you mentioned. |
Ok, would be great to see your contribution as well. What do you say? Would you like to add this functionality? |
Sure, I would like to contribute. You can assign me to this feature. |
Great, I am waiting for your PR then. |
All String comparisons work perfectly with case sensitivity. However, sometimes a customer also needs a string comparison function with case insensitivity. For Example in a case like E-Trade app, the case sensitivity is not important for user, when user wants to filter by a column.
The text was updated successfully, but these errors were encountered: