regex_matches

   Usages of this macro
... in utilities.naml
879
880
881
882
883
<macro name="regex_matches" parameters="pattern,text">
    <n.regex
Binary
Namespace: BasicNamespace
Parameters: pattern, text, do
. pattern="[n.pattern/]" text="[n.text/]">
        <n.matches
Binary
Namespace: RegexNamespace
/>
    </n.regex.>
</macro>