Instead of reducing the size of my cells, I’d like to have a line break between either numbers, letters or words which have a comma in between.
Trying to find some info about it. BB code / Regex code I found doesn’t work.
Instead of reducing the size of my cells, I’d like to have a line break between either numbers, letters or words which have a comma in between.
Trying to find some info about it. BB code / Regex code I found doesn’t work.
:join with line_break
I have read that about :join but I dont seem to see it when editing the text cells.
In text element:
list or search things text field :join with line_break
Have you tried this:
:find and replace
Check ‘use regex pattern’
Put [,] as the regex pattern
and replace it with a line break
I’ll try this later! Thanks