nw::string::join

String nw::string::join(const Vector<String> &strings, const char *delim = " ")

Joins a vector of strings.

Parameters:
  • strings – Vector of strings.

  • delim – Separator. Default “ “

Returns:

String