I have a script that outputs my data like this
YH1H-BJ-YD35-0Y12Y8-102Y0Y
Each output is random
How can I make that look like this
YH1H/-BJ-/YD35/-0Y12/Y8-/102Y/0Y
As I can see no particular pattern to where the "/" characters are inserted, all I can suggest is using [man]substr_replace/man to add them where desired (using 0 for the optional "length" parameter).