4 | | 2. Replace all tab characters by empty strings:[[BR]]a. Menu "Edit" -> "Select All".[[BR]]b. Menu "Edit" -> "Find & Replace...".[[BR]]d. Click button "More Options", select "Regular expressions" in opened sub-window, in order to allow special characters to be represented with escape character "\".[[BR]]e. Search for `\t`.[[BR]]f. Replace with "" (blank field).[[BR]]g. Click button "Replace All".[[BR]]h. Close "Find & Replace" dialog. |
5 | | 3. Replace all newline characters by empty strings:[[BR]]a. Menu "Edit" -> "Select All".[[BR]]b. Menu "Edit" -> "Find & Replace...".[[BR]]d. Click button "More Options", select "Regular expressions" in opened sub-window, in order to allow special characters to be represented with escape character "\".[[BR]]e. Search for `\n`.[[BR]]f. Replace with "" (blank field).[[BR]]g. Click button "Replace All".[[BR]]h. Close "Find & Replace" dialog. |
| 4 | 2. Replace all tab characters by empty strings:[[BR]]a. Menu "Edit" -> "Select All".[[BR]]b. Menu "Edit" -> "Find & Replace...".[[BR]]c. Click button "More Options", select "Regular expressions" in opened sub-window, in order to allow special characters to be represented with escape character "\".[[BR]]d. Search for `\t`.[[BR]]e. Replace with "" (blank field).[[BR]]f. Click button "Replace All".[[BR]]g. Close "Find & Replace" dialog. |
| 5 | 3. Replace all newline characters by empty strings:[[BR]]a. Menu "Edit" -> "Select All".[[BR]]b. Menu "Edit" -> "Find & Replace...".[[BR]]c. Click button "More Options", select "Regular expressions" in opened sub-window, in order to allow special characters to be represented with escape character "\".[[BR]]d. Search for `\n`.[[BR]]e. Replace with "" (blank field).[[BR]]f. Click button "Replace All".[[BR]]g. Close "Find & Replace" dialog. |