Is there a particularly convenient way of insertin...
# getting-started
j
Is there a particularly convenient way of inserting a character after every second character in a string? For example,
abcdefgh
would become
ab-cd-ef-gh
.