Given an NSArray of NSStrings, is there a quick way to join them together into a single NSString (with a Separator)?
-componentsJoinedByString: on NSArray should do the trick.