I have a large string containing a custom HTML tag (xxx). The tag also has two attributes.
How would I retrieve the value of the two attributes and then place the tag and its content with a new string derived from those two attributes?
Thanks for your time.