Method lower_case()
- Method lower_case
stringlower_case(strings)
intlower_case(intc)- Description
Convert a string or character to lower case.
- Returns
Returns a copy of the string
swith all upper case characters converted to lower case, or the charactercconverted to lower case.- Note
Assumes the string or character to be coded according to ISO-10646 (aka Unicode). If they are not, Charset.decoder can do the initial conversion for you.
- Note
Prior to Pike 7.5 this function only accepted strings.
- See also