I'm working on a string search, and was wondering if there was a way around case sensitivity without a phenomenally long string replace subroutine?
If someone enters the word "all" I would like it to look through the available data for "All", "ALL", "aLl" etc.
It will be comparing the values of one set of variables against the values of variables in an array from a text file using the file() function.
Let me know. 🙂
Thanks!
Eric