I have below text line in Notepad ++
Type, Layer, Env, key, action, timestamp, performedBy, desc,
I want to convert it to
'Type', 'Layer', 'Env', 'key', 'action', 'timestamp', 'performedBy', 'desc',
I write in find [a-zA-Z]*
, and it gives me each comma separated string what shall I enter in replace to have them surrounded by quotes?