remove_spaces

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
987
988
989
990
991
<macro name="remove_spaces" dot_parameter="text">
    <n.regex_replace_all
Binary
Namespace: BasicNamespace
Parameters: pattern, text, replacement
. pattern="\s+" replacement="">
        <n.text/>
    </n.regex_replace_all.>
</macro>