In real addition, (for example 3 + 7), the first argument is called the "augend", and the second argument is called the "addend".
In concatenating the string "ab" with "abb", to form the string "ababb", are there commonly-used names for the arguments?
I'm asking this from the viewpoint of a software engineer and am after terms for documentation of the concatenation process and wasn't quite content with "string1" and "string2".