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

UTF8LowerString

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

Declaration

Source position: lazutf8.pas line 129

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 4.6 Hosted on Source Forge