uppercase(a, b)
Group |
Returns the text a containing only uppercase characters. Parameter b sets the locale to be used for the conversion, e.g. DE_de or DE.
Description of Parameters
Parameter |
Description |
a |
Text. |
b |
(optional) Locale. Default: DE_de. |
Examples
Parameter a |
Parameter b |
Result |
abc |
ABC |
|
abc |
DE_de |
ABC |