Hi,
My string is “123.456.789”. I want to replace the decimal to Newline using replace function.
Thanks in advance.
Hi,
My string is “123.456.789”. I want to replace the decimal to Newline using replace function.
Thanks in advance.
Hi,
Here is a simple usage example of the function:
$out.0.field1 = replace($in.0.field1, "\\.", "\n");
Hope this helps,