remove_double_quotes

NAML documentation   Watch a video
   Usages of this macro
... in adv_search.naml
224
225
226
<macro name="remove_double_quotes" dot_parameter="text">
    <n.regex_replace_all
Binary
Namespace: BasicNamespace
Parameters: pattern, text, replacement
. pattern='"' replacement=""><n.text/></n.regex_replace_all.>
</macro>