Hi All
Would there be a way to add a space next to a delimiter in a textbox or textarea?
Like, if I had the following:
fred|is|my|hero
the script would make it:
fred| is| my| hero
I would also need to put a space at the front of the line, too, for the first value:
fred| is| my| hero
So, I guess to be clearer, I would need to put a space at the beginning of each field, including the first one.
Many thanks
