Unquote - ObjectVision/GeoDMS GitHub Wiki
String functions unquote
- unquote(string_dataitem)
unquote(string_dataitem) removes single quotes from the values of data item string_dataitem.
data item string_dataitem with string value type
attribute<string> unquoteA (ADomain) := unquote(A);
| A | unquoteA |
|---|---|
| ''Test'' | 'Test' |
| ''88hallo99'' | '88hallo99' |
| ''+)'' | '+)' |
| ''twee woorden'' | 'twee woorden' |
| '' test met spatie'' | ' test met spatie' |
ADomain nr of rows = 5