private function transform($string)
    {

        $string = preg_replace(Transformer::URL_REGEX, "[$0]($0) ", $string);