Unicode.utf8_Strdown

Converts all Unicode characters in the string that have a case to lowercase. The exact manner that this is done depends on the current locale, and may result in the number of characters in the string changing.

class Unicode
static
string
utf8_Strdown
(
string str
)

Parameters

str string

a UTF-8 encoded string

Return Value

Type: string

a newly allocated string, with all characters converted to lowercase.

Meta