Find dialog box¶
This dialog box appears when the Find command is selected. You can specify a string to find, as well as other options.
Find drop-down list box¶
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.
Match Case check box¶
Match cases when searching for a string.
Match Whole Word check box¶
Search 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 check box may not work correctly. When using regular expressions, please use word boundary expressions (\<, \>, and \b) instead.
Incremental Search check box¶
When this is checked, the search immediately starts as you type in the Find drop-down list box.
Search All Documents in the Group check box¶
Searches all open documents in the same frame window.
In the Selection Only check box¶
Searches only the selection of the document.
Wrap Around check box¶
Search down from the current position by choosing Find Next. If the word is not found by the end of the file, it will continue searching from the top of the file. Find Previous will search from the current position up to the beginning of the file. If the word has not been found, it will continue searching from the bottom of the file.
Count Matches check box¶
If this is checked, EmEditor counts the occurrences of the matched string in the document. The result will be displayed in the status bar. This option will be ignored if linked files are included in the List box and Multi-Find Next or Multi-Find Previous button is selected.
Close when Finished check box¶
Close the dialog box when finished searching.
List box¶
Displays the list of find strings 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 |
Enable/Disable All check box¶
Enables or disables all items in the list.
<< Batch button¶
Toggles between the Batch Find dialog box and the Find 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 box is 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)