Stripwith not returning expected result.

Certified Associate Developer

Hello, I have the following example: 

ownerString is a text string: email1@gmail.com; email2@gmail.com

value: a!forEach(
items: split(fv!row.ownerString, ";"),
expression: stripwith(fv!item, ";")
)

the result of this code is: 

email1@gmail.com;

email2@gmail.com

Where the expected result have to be 

email1@gmail.com

email2@gmail.com

in order to be used inside user() function.

The difference is the ;  which is not being removed. 

Any suggestions are welcome

Thank you. 

  Discussion posts and replies are publicly visible