Oh I see. Hmm. Inever thought about that. Well is there a way in PHP to say if X is ANY characters?
I am doing
PHP Code:
$bbcode=str_replace("\[b\]\[\/b\]","", $bbcode);
but I was thinking in the case of this issue though, what if I was able to use [*(if any characters besides "/" are found here)][/*]
Is something like this possible?
Maybe if certain letters are found in a word in no particular order, then those would trigger the replace? I don't know... :ermm:
How does vB3 handle this? And is there an estimate release time? It's been in it's beta stages for like a year at least.