[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Gets the specified number of characters (codepoints) at the end of the string.
Source position: lazutf8.pas line 148
function UTF8RightStr( |
const AText: string; |
const ACount: Integer |
):string; |
AText |
|
Original string to examine in the function. |
ACount |
|
Number of characters (codepoints) to get from the string. |
Values from the string.
UTF8RightStr is used to get the specified number of characters (codepoints) at the end of the UTF-8-encoded string. UTF8RightStr calls Utf8Copy to get the return value for the function.
Version 4.0 | Generated 2025-05-03 | Home |