Utf8.title

From GiderosMobile
Revision as of 23:18, 1 December 2023 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06
Class: utf8

Description

Converts UTF-8 string s to title case used to compare ignoring case.

(string) = utf8.title(s)

If s is a number, it is treated as a code point and returns a converted code point (number).

utf8.lower/utf8.upper has the same extension.

Parameters

s: (string)

Return values

Returns (string) string in title case