Overview
The Conjoin Pack for Coda is a simple utility allowing you to conjoin strings using commas with the last item separated using a connector.
For example, using Conjoin(List(Cats, Dogs, Birds),"and")
will return “Cats, Dogs, and Birds” as a response.
Use Cases
- Convert a list of authors into a readable byline.