Find and Find+Replace

Find and Find+Replace

The utility for a Find and Find+Replace aspect to the script editor is obvious. For example, recently I have been converting all my internal URL references to relative links i.e.

  1. openUrl("https://creator.zoho.com/mygroup/inventory/#View:My_View","Same window");
to
  1. openUrl(("/" + ((zoho.adminuser) + "/") + zoho.appname) + "/#View:My_View","Same window");

Find+Replace would really speed-up the edits.

John M. Whitney