ciao a tutti! se ho una scritta tipo
codice:
testo testo [tag1]testo[/tag1] testo [tag2]testo [tag1]testo[/tag1] testo[/tag2]
vorrei rimuovere tutti i [tag1] e relativa chiusura contenuti nel [tag2]
in praticà dovrà diventare così:
codice:
testo testo [tag1]testo[/tag1] testo [tag2]testo testo testo[/tag2]
o così
codice:
testo testo [tag1]testo[/tag1] testo [tag2]testo testo[/tag2]
non importa se viene rimosso o si lascia il contenuto della tag1 nella tag2.

qual'è il metodo più efficiente?
grazie