Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

EVE SET_FIND_CASE_EXACT — VMS 5.4

 SET FIND CASE EXACT

 Enables case-exact searches---particularly useful to find or replace
 lowercase occurrences only.

 Example:

    The following commands enable case-exact searches and then find
    "digital" if it occurs only in all lowercase:

       Command: SET FIND CASE EXACT
       Command: FIND digital

 Usage notes:

 o  The setting applies to FIND, REPLACE, and WILDCARD FIND.

 o  Default is SET FIND CASE NOEXACT---searches find any occurrence if you
    enter the search string in lowercase, and find an exact match if you
    enter it in uppercase or mixed case.

 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:

    Attributes    FIND    REPLACE    SET FIND CASE NOEXACT    WILDCARD FIND

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026