Search and Replace with Wildcard
I'm sure this has been answered but I can't figure it out. I have an XML file in which I have no control on how the XML is generated. It has a different tag for each product section but they all start with Product_ Example <Product_ALSSFAAFR1.0_1> or <Product_CSCPTC1.0_2> etc. I need them to all say the same thing so I need to change them all to Product_Group but I can't figure out the syntax to select the whole tag and replace it with the new tag. Thank you for all and any help.
