CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-