gsnedders
02-16-2006, 06:15 PM
I've managed to get this:
echo preg_replace('/<(\S):(\S)(.*)>/msiU', '<\\2\\3>', '<blah:blah test="test: this">');
However, that doesn't remove anything. What it should output is:
<blah test="test: this">
echo preg_replace('/<(\S):(\S)(.*)>/msiU', '<\\2\\3>', '<blah:blah test="test: this">');
However, that doesn't remove anything. What it should output is:
<blah test="test: this">