I wanted to know if you have any commands in the sublime or some other editor, which inserts some predetermined character.
I have a html code that I need to add to the String, like this:
body +="";
I wanted to add at the beginning of each line the following code: body +="
And at the end of each line, add: ";
But there are many lines, and doing this manually will give work = (