Extract Matched Strings (Filter Toolbar) command¶
Summary¶
Extracts matched strings into a new document.
Description¶
Extracts matched strings into a new document. This command will extract only one string per line if multiple strings are matched.
How to Run¶
Default Menu: None
All Commands: Search > Filter Toolbar > Extract Matched Strings
Toolbar: (Filter toolbar) > Extract Matched Strings
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FILTERBAR_EXTRACT_MATCHES (4084)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4084);
[VBScript]¶
editor.ExecuteCommandByID 4084