str join for strings> str join {flags} (separator)
separator: optional separator to use when creating string| input | output | 
|---|---|
| list<any> | string | 
| string | string | 
Create a string from input
> ['nu', 'shell'] |str join
nushell
Create a string from input with a separator
> ['nu', 'shell'] |str join'-'
nu-shell
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/str_join.html