Advanced Filter dialog box¶
This dialog box appears when the
Advanced Filter command or the
Advanced Filter button is selected in the Filter toolbar. Shows the list of defined filters. Enables or disables all items in the list. Changes the column for the items selected in the list. Specifies the one-based index of the character where the search begins. Specifies the one-based index of the character where the search ends. The specified ending character is exclusive. For instance, if you specify 1 in the Begin text box, and 2 in the End text box, only one character (2-1=1) will be searched. If this is checked, the search range is counted from the end of the line. If this is checked, the search range is up to the end of the line. Match cases when searching for a string. 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. This matches the whole item in the selected column, character positions, or the whole line. It is recommended to set this option whenever possible to optimize the filter for speed. When multiple filter conditions are defined with the Logical Disjunction, set this option for all conditions to increase the filter speed extremely faster. This negates the match condition. Therefore, the lines matched to the specified string will be hidden from the document when displayed. This option does not affect the Bookmarked Lines Only, Unbookmarked Lines Only, or Match Newline Characters options. Matches bookmarked lines only. Matches unbookmarked lines only. Matches specified newline characters. This option should be combined with CR Only, LF Only, CR+LF Only, and/or Others check boxes. Matches lines of which the newline character is CR only. This option should be combined with the Match Newline Characters option. Matches lines of which the newline character is LF only. This option should be combined with the Match Newline Characters option. Matches lines of which the newline character is CR and LF. This option should be combined with the Match Newline Characters option. Matches lines without a newline character. These lines includes the last line of the file and very long lines that continue to the next line without a newline character. This option should be combined with the Match Newline Characters option. Specifies a begin filter. If both an item with the begin filter and another item with the end filter exist, EmEditor shows only the lines between the line that matches the begin filter and the line that matches the end filter. Specifies an end filter. Specifies a logical disjunction (logical OR) to the previous condition. If this is not checked, a logical conjunction (logical AND) is specified.Find | Columns | Conditions list box¶
Enable/Disable All check box¶
Column drop down list box¶
Begin text box¶
End text box¶
Count Last check box¶
All the Rest check box¶
Match Case check box¶
Match Whole Word check box¶
Match Whole String check box¶
Negative check box¶
Bookmarked Lines Only check box¶
Unbookmarked Lines Only check box¶
Match Newline Characters check box¶
CR Only check box¶
LF Only check box¶
CR+LF check box¶
Others check box¶
Begin Filter check box¶
End Filter check box¶
Logical Disjunction (OR) to the Previous Condition check box¶