firstToLower

Converts the first character of a string to lowercase.

TString
firstToLower
(
TString
)
(
TString s
)
if (
isSomeString!TString
)

Parameters

s TString

The string to lowercase the first character.

Return Value

Type: TString

Returns a new string with the first character lowercased. The string is returned unmodified if its null or empty.

Meta