ToUpper string method
Aliases: to_upper(), upper(), upperCase
The toUpper method is used to convert a string to it’s upper case form. This can e used for case insensitive comparisons
For example:
findit -w 'content.toUpper().contains("HELLO WORLD")'
will show the files that has hello world in their content.