[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Gets the right-most position in the Source string for the value in Substr.
Source position: lazutf8.pas line 155
function UTF8RPos( |
const Substr: string; |
const Source: string |
):PtrInt; |
Substr |
|
Value to locate in Source. |
Source |
|
String with values examined in the routine. |
Pointer to the position in Source.
|
Gets the length of a UTF-8-encoded string in codepoints. |
Version 4.0 | Generated 2025-05-03 | Home |