[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8LowerString

Converts the specified string to lowercase using Unicode case mapping rules.

Declaration

Source position: lazutf8.pas line 126

function UTF8LowerString(

  const s: string

):string;

Arguments

s

  

String value to convert in the function.

Function result

Lowercase values for the specified string.

Description

Calls UTF8LowerCase to get the return value for the function.


Version 3.2 Generated 2024-02-25 Home