Unit 'LazUTF8' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

UTF8RPos

Gets the right-most position in the Source string for the value in Substr.

Declaration

Source position: lazutf8.pas line 155

function UTF8RPos(

  const Substr: string;

  const Source: string

):PtrInt;

Arguments

Substr

  

Value to locate in Source.

Source

  

String with values examined in the routine.

Function result

Pointer to the position in Source.

See also

UTF8Length

  

Gets the length of a UTF-8-encoded string in codepoints.


Version 4.4 Generated 2025-11-08 Home