in reply to Re: Converting custom mark-up to HTML
in thread Converting custom mark-up to HTML

Thank you Art_XIV, thats exactly what I was looking for!

What would be a better way of doing this? I was looking for a way to strip html and still offer some simple formatting.

I do add closing tags, right after the opening tags.
s/\[\/color\]/<\/font>/gi; s/\[\/link\]/<\/a>/gi;