There are times during development when you need to match text against a search phrase. NSString offers a few simple built-in routines that offer basic comparison options. For example, use ...
When I need to look at a particular zone but I only know part of the zone name, I do this, which matches any line in the zone list containing '[string]' (regardless of upper/lower case) and then ...