RagingPenguin
05-08-2008, 05:14 AM
How would I change this so that it also catches both of the following quote types?
$pagetext = preg_replace('#\(.*?)\[/quote\]#si', '', $pagetext);
[quote]anything at all
anything at all
Man I hate regex. I just don't understand it at all. =/
$pagetext = preg_replace('#\(.*?)\[/quote\]#si', '', $pagetext);
[quote]anything at all
anything at all
Man I hate regex. I just don't understand it at all. =/