I have a list of data to which I need to put a \' symbol at the start of the line and at the end of the line. So the original data looks like this:
\'
The first thing that came to my mind - replace abcde with 'abcde' line by using option Find and Replace option. I'm pretty sure Visual Studio Code has something similar to that.
abcde
'abcde'
Find and Replace