Find and Replace in Studio

Hi,

Is it possible to add find and replace activity in Studio? Right now we can search for word in Universal Search of Robot Script, However, we need to change everywhere we used (for Eg: Asset name in the config file, Dictionary words). It will be better if you can introduce find and replace, then we can change everywhere we used in code.

1 Like
1 Like

I have a word I’m using in all my if statements that I’m comparing against an in_argument to determine what action should take place. What I would like to do is find all instances of the word “Cable” and replace it with “Television” to keep things consistent. Including labels on the activities themselves. Even Variables that contain the word “Cable” such as strCableType, I would want to be consistent and change that to strTelevisionType.