lowercase(a, b)

Returns the text a containing only lowercase characters. Parameter b sets the locale to be used for the conversion, e.g. de_DE.

Description of Parameters


Parameter

Description

a

Text.

b

(optional) Locale. Default: de_DE. Note: Use the three dots to select a value.


Examples


Parameter a

Parameter b

Result

ABC


abc

ABC

de_DE

abc