PyUnicodeUCS4_Replace

Replace at most maxcount occurrences of substr in str with replstr and return the resulting Unicode object.

  1. PyObject* PyUnicodeUCS4_Replace(PyObject* str, PyObject* substr, PyObject* replstr, Py_ssize_t maxcount)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_Replace
  2. alias PyUnicode_Replace = PyUnicodeUCS4_Replace

Meta