When trying to create a `ColorHandler` to replace ``` [color=#F00]This is red[/color] ``` by ``` <span style="color:#F00">This is red</span> ``` `$shortCode->getBbCode()` returns only "#" and `$shortCode->getBbCode()` returns : ``` [ "F00" => null ] ```