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