Hello,
I have a htm file that has multiple tags like this:
<!--[TagOne]-->
<!--[TagSomething]-->
<!--[TagSomethingElse]-->
I would like to use regular expressions to generate an array containing all the tags found. Every tag is in the form <!--[...]-->
Thanks in advance.
Guillermo