PyUnicode_Join

Join a sequence of strings using the given separator and return the resulting Unicode string.

  1. PyObject* PyUnicode_Join(PyObject* separator, PyObject* seq)
    version(Python_3_3_Or_Later)
    PyUnicode_Join
  2. alias PyUnicode_Join = PyUnicodeUCS2_Join
  3. alias PyUnicode_Join = PyUnicodeUCS4_Join

Meta