Use Regular Expressions (Find toolbar) command¶
Summary¶
Toggles the Use Regular Expressions button on the Find toolbar.
Description¶
Toggles the Use Regular Expressions button on the Find toolbar. When this command is active, Regular Expressions can be used to further specify search strings.
How to Run¶
Default Menu: None
All Commands: Search > Find Toolbar > Use Regular Expressions
Toolbar: (Find toolbar)
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FINDBAR_REG_EXP (4574)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4574);
[VBScript]¶
editor.ExecuteCommandByID 4574