-
Notifications
You must be signed in to change notification settings - Fork 1
LowerCase
mtbeek32 edited this page Jan 2, 2023
·
6 revisions
String functions LowerCase
- LowerCase(string_dataitem)
LowerCase(string_dataitem) translates all uppercase characters of data item string_dataitem to lowercases.
data item string_dataitem with string value type
5.90
attribute LowerCaseA (ADomain) := LowerCase(A);
| A | LowerCaseA | |
| 'Test' | 'test' | |
| '88hallo99' | '88hallo99' | |
| '+)' | '+)' | |
| 'twee woorden' | 'twee woorden' | |
| ' test met spatie' | ' test met spatie' |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.