Tell us about the problem you're trying to solve
When writing a raw expression, I would like to be able to compare strings without considering case sensitivity. Currently, there is no built-in function for case-insensitive string comparison, so I cannot write expressions like =equalsIgnoreCase('test', 'TEST').
Additionally, when not using raw expressions (i.e., when configuring a string condition through the UI), I would like "Equals Ignore Case" to be available as an operation in the list of string comparison options.
Describe the solution you’d like
Add an equalsIgnoreCase function that can be used in raw expressions for case-insensitive string comparison.
Include "Equals Ignore Case" as an available operation in the string expression options when configuring conditions through the UI.