CodeView (cv.hlp) (Table of Contents; Topic list)
Find Command (Search Criteria)
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Choose the Whole Word option to match the search string only if
     it appears as a word by itself.
 
        ■ If you choose Whole Word:
 
               print  matches only  print
 
        ■ If you don't choose Whole Word:
 
               print  matches  printf
                               fprintf
                               sprintf
 
     Choose the Case Insensitive option to ignore case when searching.
 
        ■ If you don't choose Case Insensitive:
 
               MySymbol  matches only  MySymbol
 
        ■ If you choose Case Insensitive:
 
               MySymbol  matches  mysymbol
                                  MySymbol
                                  MYSYMBOL
                                    -♦-