Shoutbox

Implementation of MsgPlus.RemoveFormatCodes - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Implementation of MsgPlus.RemoveFormatCodes (/showthread.php?tid=84923)

Implementation of MsgPlus.RemoveFormatCodes by mynetx on 07-19-2008 at 12:46 PM

For some reason, I need to do the same to a nickname in PHP, what I can do with a nickname in MPL JScript using MsgPlus.RemoveFormatCodes. So, what I need is a PHP implementation of this function. Where can I find such, or get the necessary info to create my own?


RE: Implementation of MsgPlus.RemoveFormatCodes by Mnjul on 07-19-2008 at 02:29 PM

Choli's 4 multi-format parser functions (supports no BBCode though) may be of help, but I think there's a better way - to do it through regular expression.