Hello,
I have an array of strings called TestArray and I want to see if a string, let’s call it TestString is inside TestArray (Case insensitive). If the TestString is inside the TestArray, I want to get the array index. How can I do this?
I noticed that there is a post about case insensitive .Contains method, (https://forum.uipath.com/t/how-to-make-the-string-case-insensitive-in-contains/23057), but I didn’t find it very helpful…