Getting Started
IDE & Navigation
Properties & Tools
MScript replace dialog allows you to performance string replacement using exact match or regular expression. You can bring up the replace dialog with [shift-ctrl/cmd-alt] - F or with “Replace” in MScript Editor Menus.
Enter the string to be replaced after “Replace: ” and press “Enter” key. Another prompt will appear, enter the string to replace with after “with: ” and press “Enter” key.
To perform case in-sensitive search for the string to replace, enter the search string in all lower case.
To perform regular expression search, enter the regular expression after “Search: ” and press “Enter” key. Note the regular expression must be enclosed with the forward slash as shown in the hint displayed on the dialog like “/reg/”.