UpperCase

string-functions UpperCase

syntax

  • UpperCase(string_dataitem)

definition

UpperCase(string_dataitem) translates all lowercase characters of data-item string_dataitem to uppercases.

applies to

data item string_dataitem with string value-type

since version

5.90

example

attribute<string> UpperCaseA (ADomain) := UpperCase(A);
A UpperCaseA
‘Test’ ‘TEST
‘88hallo99’ ‘88HALLO99
’+)’ ’+)
‘twee woorden’ ‘TWEE WOORDEN
’ test met spatie’ ’ TEST MET SPATIE

ADomain, nr of rows = 5

see also