文字列INCLUDEネストされた引用符からすべての引用符を削除したい。
ネストされたqoutesでは機能しません。
preg_replace("/\[quote(.*?)\](.*?)\[\/quote\]/i","", $text);
これは次のような場合に機能します。
[quote=admin]Welcome to RegExr 0.3b, an intuitive tool for learning, writing, and testing Regular Expressions. Key features include: [/quote]
ただし、次の場合は対象外です。
[quote=admin]Welcome to RegExr 0.3b, [quote] an intuitive tool for learning, [/quote] writing, and testing Regular Expressions. Key features include: [/quote]
すべてのqouteブロックを削除したい