Split By Tags With Attributes
From HEWIKI
(Difference between revisions)
m (1 revision) |
Latest revision as of 14:26, 20 June 2011
SplitByTagsWithAttributes(source copies String, delimiter as String, destList references LookupList indexed by String of LookupList indexed by String of String)
Arguments
-
<source>
- Copies source string
-
-
<delimiter>
- delimiter to use
-
-
<destList>
- Reference list to put final output
-
Description
This function splits by start and close tags with delimiter as the tagname destList is filled with the values as the primary index key with a lookuplist indexed by the attribute name with a string value.
Also See: Str Utils