PyUnicodeUCS4_Tailmatch

Return 1 if substr matches str[start:end] at the given tail end, 0 otherwise.

  1. Py_ssize_t PyUnicodeUCS4_Tailmatch(PyObject* str, PyObject* substr, Py_ssize_t start, Py_ssize_t end, int direction)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_Tailmatch
  2. alias PyUnicode_Tailmatch = PyUnicodeUCS4_Tailmatch

Meta