7.0;sc (set_case) *DM*, revision 7.0, 83/08/16 SC (SET_CASE) -- Set search case sensitivity. usage: sc [-on | -off] FORMAT SC [-ON | -OFF] A search can be either case-sensitive or case-insensitive. In case-sensitive searches, the characters must match in case (i.e., /mary/ would NOT locate the string "MARY"). In case-insensitive searches, uppercase and lowercase letters are considered equivalent. By default, searches are case-insensitive. The -ON option explicitly specifies a case-sensitive search; the -OFF switch explicitly specifies a case-insensitive search. Typing the SC command without options toggles the current case comparison setting. NOTE: The SC command has no effect on substitution operations, only search operations. Substitutions are always sensitive to the case of the strings involved. RELATED TOPICS More information is available. Type: - HELP DM COMMANDS for a list of other pad editing commands.