[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether 2 strings are the same, case insensitive
Source position: sysstrh.inc line 81
function SameStr( |
const s1: string; |
const s2: string |
):Boolean; |
SameStr checks whether S1 and S2 are the same. This is equivalent to checking that CompareStr returns 0.
None.
|
Compare 2 ansistrings case-sensitively, ignoring special characters. |