krasa/StringManipulation

Feature Request: Combine lines with separator

jsodeman opened this issue · 0 comments

I'll sometimes have a list of string that I need to combine into a single line.

For example changing:
One
Two
Three
Four

Into:
One, Two, Three, Four

This can be done with a regex find/replace but I think it would be a useful feature for StringManipuation.