I have quite a large list of words in a txt file and I'm trying to do a regex find and replace in Notepad++. I need to add a string before each line and after each line.. So that:
wordone wordtwo wordthree
become
able:"wordone" able:"wordtwo" able:"wordthree"
How can I do this?