Some may want to implement a set of bbcode tags which are completely different from the default ones. It would be pretty inconvenient for them to call addParser many times to set all of their tags and call except with an array of all the existing tags they don't want to disable them. This allows customizing a large amount of tags to be easier.
Some may want to implement a set of bbcode tags which are completely different from the default ones. It would be pretty inconvenient for them to call
addParser
many times to set all of their tags and callexcept
with an array of all the existing tags they don't want to disable them. This allows customizing a large amount of tags to be easier.