Assume I am trying to find "Hi" in a sentance. This "Hi" could be "Hi","hi","hI" or "HI".
What is the easiest or the most efficient way to find them?
I saw a post about turning everything lower or upper case. Can I avoid that?
If not please give me a very simple code.
And please share any code to satisfy my work here.
Thanks in Advance.