We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Introduce ~ for string functions to indicate a case insensitive operation.
~
For example:
process where endsWith~(file.path, "ExE")
will match all file.path that end with exe, regardless of their case.
file.path
exe