Option to make search of array index (#?) case sensitive
I have an array with letters a to j.
Searching the array, when i find the letter i convert it to uppercase.
Then i want to get the indexes of letters that are not uppercase.
Search of array indexes is case insensitive.
Posible to implement?