[Tutor] Searching for text while ignoring case

jlohman@cox.net jlohman@cox.net
Tue Apr 1 12:43:18 2003


How do I make a command like FIND() search for text strings in a line and can recognize them regardless of case? A word like "puppy" would be "Puppy" sometimes if it started a sentence. However, a search for "puppy" will miss "Puppy".

How do I make text search case-insensitive? Surely this is a common task and there should be a command to deal with it...but I cannot find it<g>.

-Jeff