PyUnicodeUCS2_Tailmatch

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

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

Meta