IsLowSurrogate
Alias for TCharacter.IsLowSurrogate
Declaration
Source position: character.pas line 164
function IsLowSurrogate(AChar: UnicodeChar) : Boolean; Overload;
function IsLowSurrogate(const AString: UnicodeString; AIndex: Integer)
: Boolean; Overload;
Description
IsLowSurrogate is a shortcut for TCharacter.IsLowSurrogate
See also
Name | Description |
---|---|
TCharacter.IsLowSurrogate | Check whether a Unicode character is a surrogate in the low range |