I have this text and I\'m trying to remove all the inner quotes, just keeping one quoting level. The text inside a quote contains any characters, even line feeds, etc. Is th
use this pattern
\[quote=?[^\]]*\][^\[]*\[/quote\](?=((.(?!\[q))*)\[/)
and replace with nothing like in this example