| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare 2 strings case insentivively
Source position: sysunih.inc line 28
| function UnicodeCompareText( | 
| const s1: UnicodeString; | 
| const s2: UnicodeString | 
| ):PtrInt; | 
UnicodeCompareText compares 2 unicode strings S1 and S2, ignoring case. 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 |