public static function str_matches($pattern, $value)
    {
        if ($pattern === $value) {
            return TRUE;
        }