(Example:)
a = "-"
b = "testtest"
I want to put the a = "-"
after 4 digits of the b
string (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.