PS TEXT EDIT Reference Manual
REPLACE
TEDIT Commands
3–156 058059 Tandem Computers Incorporated
replace-options
are these options:
CONFIRM | C
EXTENDED-SEARCH | E
IGNORE-CASE | I
WORD-DELIMITED | W
You can enter zero or more. (See “Tips” for a description of these
options.)
Examples:
1. To find the search-text “data” in columns 1 through 239 and replace it
with the replace-text “text” starting at the cursor position to the bottom
of the window, enter:
Command: REPLACE data, text, */B, 1:239, I W
Note The / means ignore uppercase or lowercase, and the W means search for whole words
instead of parts.
2. To insert a blank column in your text from the cursor position to the
bottom of the screen window in the column where the cursor is
positioned, enter:
Command: REPLACE " ", " " ,*/B, *:*
You must have Auto Word Wrap set to OFF in the RECONFIGURE
OPTIONS part of the profile. The line range can be extended to ALL, */L,
and so forth.