rxsplitSyntax %rxsplit(string, regular-espression,body) Description Scans the string for the expression, expands the "body" for EVERY match.This can be used for "global replacement", "splitting" a file into rows, scanning for html tags, etc. The following macro(s) are defined within the body: %subx(integer) - returns the contents of the numbered subexpression %set(tags, Loop for all matches: %rxsplit(%tags% Remove all tags: %rxsplit(%tags% ----RESULTS---- Loop for all matches: TAG : A TAG : /A TAG : A TAG : /A Remove all tags: |