core.noscript.text
How can i seperate this string into to columns:
123 & 456 into
column 1 column 2
123 456
Solved! Go to Solution.
Hi @maxse
One way of doing this, for this you can avoid the complexity of regex using the text to columns tool
hey @maxse
Here is one way to do it: