Hi, Alteryx expect,
I have a need to insert two carriage return for a long string into new lines when seeing special characters, for example my current string is:"index1 is 10 and index2 is 20"
that I want to change to within the same field:
index 1 is 10
index2 is 20
is there is functions to insert a carriage return with the Formula? or Regex has this feature? Thanks!