UpperCase - ObjectVision/GeoDMS GitHub Wiki
String functions UpperCase
- UpperCase(string_dataitem)
UpperCase(string_dataitem) translates all lowercase characters of data item string_dataitem to uppercases.
data item string_dataitem with string value type
5.90
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