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, 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 The setting 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.
Related topics:
FIND REPLACE SET FIND CASE EXACT WILDCARD FIND