Replace dialog box¶
This dialog box appears when the Replace command is selected. You can specify a string to find and a string to replace it with, as well as other options. Enter a string to search for. If this is a multi-line text box, you can enter newline characters by pressing CTRL + ENTER. While the drop-down list is open, you may press ALT + DELETE to clear the selected history item. Enter a string with which you want to replace the original string. If this is a multi-line text box, you can enter newline characters by pressing CTRL + ENTER. While the drop-down list is open, you may press ALT + DELETE to clear the selected history item. Matches cases when searching for a string. Searches words only. A word is defined as a string that begins and ends with any of these characters: A – Z, a – z, 0 – 9, or an underscore. Strings surrounded by full-width characters
are considered words. When using regular expressions, this checkbox may not work correctly. When using regular expressions, please use word boundary expressions (\<, \>, and \b) instead. When this is checked, the search immediately starts as you type in the Find drop-down list box. Searches all open documents in the same frame window. Replaces within the selected text only. Searches down from the current position by choosing Find Next or Replace. If the word is not found by the end of the file, it will continue searching from the top of the file. Closes the dialog box when EmEditor finishes replacing. Enables fuzzy matching options. If Fuzzy matching is already selected, clicking the ... button on the right will open the Fuzzy Matching Options dialog box. Displays the list of find and replace combinations to be used for the batch process. The following abbreviations are used for the Condition column. C Match Case R Use Regular Expressions W Search Only Word E Match Only Embedded Newlines in CSV S Treat CR and LF Separately D Regular Expression "." can Match Newlines B Use Boost.Regex as the Regular Expression Engine O Use Onigmo as the Regular Expression Engine Enables or disables all items in the list. Toggles between the Batch Replace dialog box and the Replace dialog box. This dialog box can be resized by dragging the right-bottom corner of the dialog box. When the dialog box becomes larger, a multi-line string can be entered as a search term. While multi-line text box is enabled, CTRL + ENTER key can be used to
insert newline characters. The following dialog boxes are also available through this dialog box. Advanced dialog box (Select Advanced button) Extract Options dialog box (Select Extract Options) Batch Options dialog box (Select Batch Options)Find drop-down list box¶
Replace with drop-down list box¶
Match case checkbox¶
Match whole word checkbox¶
Incremental search checkbox¶
Search all documents in the group checkbox¶
In the selection only checkbox¶
Wrap around checkbox¶
Close when finished checkbox¶
Fuzzy matching checkbox¶
List box¶
Enable/Disable All checkbox¶
<< Batch button¶