Compare a limited number of characters of 2 strings.
Source position: sysstrh.inc line 99
function AnsiStrLComp( |
S1: PAnsiChar; |
S2: PAnsiChar; |
MaxLen: SizeUInt |
):Integer; |
AnsiStrLComp functions the same as AnsiStrComp, but compares at most MaxLen characters. If the first MaxLen characters in both strings are the same, then zero is returned.
Note that this function processes embedded null characters, treating them as a normal character.
None.
|
Compare two null-terminated strings. Case sensitive. |
|
|
Compare two null-terminated strings. Case insensitive. |
|
|
Compares a given number of characters of a string, case insensitive. |