Customer Portal

Replace a string containing a DOT to New Line.

Comments 1

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi,

    Here is a simple usage example of the function:
    $out.0.field1 = replace($in.0.field1, "\\.", "\n");


    Hope this helps,

Please sign in to leave a comment.