Replace BBCodes in HTML codes and vice versa
I have a sentence with BBCodes and I would like to replace it with HTML codes:
I have a sentence with BBCodes and I would like to replace it with HTML codes:
I’d like to work on a bbcode filter for a php website. (I’m using cakephp, it would be a bbcode helper)
I have some requirement.
I maintain a bulletin board that saves rich text messages in HTML. Now I need to migrate all those messages into Joomla Kunena bulletin board that requires BBCode representation of HTML.
"'[b](.*?)[/b]'is", Is my current RegEx working. But I want to change the [] to be <> instead. But it doesn’t work… What more then just the [] do I need to change. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue … Read more