I have a Regex: ([\'"])((?:\\\\1|(?:(?!\\1)).)*)(\\1)
([\'"])((?:\\\\1|(?:(?!\\1)).)*)(\\1)
What I want is to match ([{}]) except match from above regex.
([{}])
I just want