Join left and right with separator, without duplicating the separator at the seam.
left
right
separator
joinStrings('a/', '/b'); // 'a/b' Copy
joinStrings('a/', '/b'); // 'a/b'
Join
leftandrightwithseparator, without duplicating the separator at the seam.