Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

UnicodeLowerCase

Return lowercase version of a string.

Declaration

Source position: sysunih.inc line 25

function UnicodeLowerCase(

  const s: UnicodeString

):UnicodeString;

Description

UnicodeLowerCase returns an all-lowercase version of the unicodestring S. It relies on the Unicode manager to do so.

See also

UnicodeUpperCase

  

Return uppercase version of a string.

UpperCase

  

Return an uppercase version of a string.

LowerCase

  

Return a lowercase version of a string.


Documentation generated on: Jul 24 2023