Dquote
string-functions d(ouble)quote
syntax
- dquote(string_dataitem)
definition
dquote(string_dataitem) double quotes the values of data-item string_dataitem.
applies to
data item string_dataitem with string value-type
example
attribute<string> dquoteA (ADomain) := dquote(A);
| A | dquoteA |
|---|---|
| ‘Test’ | ‘“Test”’ |
| ‘88hallo99’ | ‘“88hallo99”’ |
| ’+)’ | ’”+)”’ |
| ‘twee woorden’ | ‘“twee woorden”’ |
| ’ test met spatie’ | ’” test met spatie”’ |
ADomain, nr of rows = 5