PyUnicodeUCS4_Join

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

  1. PyObject* PyUnicodeUCS4_Join(PyObject* separator, PyObject* seq)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_Join
  2. alias PyUnicode_Join = PyUnicodeUCS4_Join

Meta