Replacing Text

  1. Press Shift+Find (Shift+F2).
  2. Type the following strings on the Replace String in Block form.
    In this field Type
    Search String The character string you want to find.
    Replace String The text to replace the found string.
  3. Set the desired options.
    Choose To
    No Interactive Find and replace all occurrences of the target string with the replacement string for the entire file.
    Interactive

    Select replacement of the target string on a case-by-case basis. After an occurrence of the string is highlighted, a message appears, “Replace the occurrence (Yes/No/All/Quit).” Type the first letter of the desired option at the prompt:

    Y - Replace this occurrence and look for next occurrence.

    N - Do not replace but do look for next occurrence.

    A - Replace all occurrences in file.

    Q - Exit replace.

    Case Significant Replace a string of characters that match the defined search exactly, including capitalization.
    Ignore Case Replace the target string regardless of capitalization.
    Regular Expression Replace a match of a regular expression (see Advanced Search).
    No Regular Expression Replace the string exactly as typed, not using Regular Expressions.
  4. Press OK.