PyUnicodeUCS2_Join

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

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

Meta