Skip to content
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 Insensitive check needed for string comparison during expression evaluation #199

Open
rummaan-cw opened this issue May 31, 2024 · 0 comments

Comments

@rummaan-cw
Copy link

rummaan-cw commented May 31, 2024

Case Insensitive check needed for string comparison during expression evaluation
For example: "Key == 'Abcd'"

Above example will always return true where actual value is "Abcd" and false for "abcd" or "AbcD" or "ABcD" or "ABCD" and many more such words. A flag-based feature for the same will be good to have if we can set flag to true, to evaluate the expression in a case insensitive format and set to false if strict case sensitivity is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant