Content management: BBCode Parser Mateusz Charytoniuk (contact me)
This class can be used to parse text with BBCode tags and replace it by corresponding HTML.
It takes a given text string and finds all BBCode tags and special characters.
The class replaces the BBCode tags by corresponding HTML and the special characters by the respective HTML character entities.