How to get multiple line_breaks with thing.joinwith(line_break)

image

I need the thing to be listed as:
one

two

two

instead of:
one
two
two

Can you joinwith a character then find and replace with a
?

3 Likes

Got it! Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.