(Example:)
a = "-"
b = "testtest"
I want to put the a = "-" after 4 digits of the bstring (so between the first and second "test").
So it should be always after the first 4 digits (if the b-str is longer, it shouldn't just go at the first 4th digit.