private function transform($string)
    {

        $string = preg_replace(Transformer::URL_REGEX, "<a href=\"$0\">$0</a> ", $string);