Question
Replacing comma delimiters with single quotes.
Hi,
I need to replace all the occurences of comma delimter in my list (i.e, "one,two,three,four") with a single quote,
The output should be like this,
'one','two','three','four'
Can anybody shed some light here?
I need to replace all the occurences of comma delimter in my list (i.e, "one,two,three,four") with a single quote,
The output should be like this,
'one','two','three','four'
Can anybody shed some light here?
