Hi,
I have a problem with
<tx:itypes\b[^>]*>(.*?)</tx:itypes>
It should replace the tag and everything inside. It works fine if it's just one line:
<tx:itypes> some stuff here </tx:itypes>
But there's 15-20 lines with other tags inside < tx:itypes > How can I change it to remove everything? Thanks.