[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check if the string is ended by another.
Source position: syshelph.inc line 86
public function TStringHelper.EndsWith( |
const AValue: string |
):Boolean; overload; |
const AValue: string; |
IgnoreCase: Boolean |
):Boolean; overload; |
EndsWith returns True if the string (Self) ends on AValue, i.e. whether the last characters in Self are the ones found in AValue. The comparison is done case insensitively depending on the IgnoreCase argument (which is false by default).
|
Compare 2 ansistrings case insensitive. |
|
|
Check if one string is the ending of another. |