Joins the successfully parsed collection of strings into a single successfully parsed string using the specified separator.
public static IParser<string> Join(this IParser<IEnumerable<string>> parser, string separator)