IFS

$ bash -c 'set w x y z; IFS=":-;"; echo "$*"'
w:x:y:z

Comments