regex specifig tags content, groupped add-on name
here quarrel (html, xml):
... html calm ...
<tag1> calm add-on 1 </tag1>
<tag2> calm add-on 2 </tag2>
<tag3> calm add-on 3 </tag3>
... html calm ...
i 3 matches, any twin groups. initial organisation enclose name add-on second organisation enclose middle calm tag. there only those 3 tags, doesn't need universal.
in words:
match.groups["name"] "tag1"
match.groups["value"] "content add-on 2"
any ideas?
Comments
Post a Comment