StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Split String

Open feinstein opened this issue 1 year ago • 4 comments

Sometimes I have a string like

a, b, c, d

and I want to split it on each comma, making it as

a,
b,
c,
d

This could be a very helpful tool to have in this plugin.

feinstein avatar May 29 '23 16:05 feinstein