You can split a string into a []string slice and join it back into a string.

https://codeeval.dev/gist/6e0d3c6daa6e2292343839defac68d63

Joining a slice of strings is faster that using +.