I am using the replace formatter to change a ‘,’ which has been used as a delimiter in a list.
I want to replace the ‘,’ with ‘,NOS-’ so this is before every item on the list. When doing this is it is adding a space after the hyphen. So there is a unwanted space between the hyphen and list item.
I understand I can use another formatter to remove all whitespace from string but I do not wish to do this as some of our list items include spaces between words which we do not want to loose.
Does anyone have an idea on how we can solve this issue?
Thanks :)