-
Notifications
You must be signed in to change notification settings - Fork 1
Undquote
mtbeek32 edited this page Feb 19, 2024
·
5 revisions
String functions und(ouble)quote
- undquote(string_dataitem)
undquote(string_dataitem) removes double quotes from the values of data item string_dataitem.
data item string_dataitem with string value type
attribute<string> undquoteA (ADomain) := undquote(A);
A | unquoteA |
---|---|
'"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.