SET FIND CASE NOEXACT    (default)
  Disables case-exact searches, so that EVE searches for any occurrence if
  you enter the search string in all lowercase.
  Example:
     The following commands disable case-exact searches and then find
     "digital," "Digital," "DIGITAL," or other occurrence:
        Command: SET FIND CASE NOEXACT
        Command: FIND digital
  Usage notes:
  o  The setting applies to FIND, GLOBAL REPLACE, REPLACE, and WILDCARD
     FIND.
  o  To enable case-exact search, use SET FIND CASE EXACT---particularly
     when you want to find or replace lowercase occurrences only.
  o  SET FIND CASE NOEXACT applies in all buffers. To save your setting for
     future editing sessions, use SAVE ATTRIBUTES to create a section file
     or to create or update a command file. See help on Attributes.
  o  On DECwindows, you can toggle the setting as follows:
        1.  Choose Global Attributes from the Customize menu.
        2.  Click M1 on Set Find Case Exact in the dialog box.
  Related topics:
     Attributes    FIND                   GLOBAL REPLACE
     REPLACE       SET FIND CASE EXACT    WILDCARD FIND