I have a an array which is separated by commas, I want each word to be replaced with double quotes (for each and every word) as shown below:
a1.large,a2.large,a3.large,b4.medium
Should become:
"a1.large","a2.large","a3.large","b4.medium"
Can anyone tell how to do it in notepad++ using find and replace using regex.