[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Compare 2 unicode strings
Source position: sysunih.inc line 26
function UnicodeCompareStr( |
const s1: UnicodeString; |
const s2: UnicodeString |
):PtrInt; |
UnicodeCompareStr compares 2 unicode strings S1 and S2 in a case sensitive manner. The result of the function is
This function relies on a widestring manager to perform the actual comparison, as it will take into account various equivalent code points: it is not a simple byte-by-byte comparison.
|
Compare 2 strings case insentivively |
|
|
Compare 2 ansistrings case-sensitively, ignoring special characters. |
|
|
Compare 2 ansistrings case insensitive. |
|
|
Check whether 2 strings are equal |