PyUnicodeUCS2_CompareWithASCIIString

Compare two strings and return -1, 0, 1 for less than, equal, greater than resp.

version(!Python_3_3_Or_Later && Python_Unicode_UCS2 && Python_3_0_Or_Later)
extern (C)
int
PyUnicodeUCS2_CompareWithASCIIString
(,
const(char)* right
)

Parameters

left PyObject*
right const(char)*

ASCII-encoded string Availability: 3.*

Meta