Match characters which are not part of captured group or match C#

后端 未结 0 409
天涯浪人
天涯浪人 2020-12-20 23:53

I have a Regex: ([\'"])((?:\\\\1|(?:(?!\\1)).)*)(\\1)

What I want is to match ([{}]) except match from above regex.

I just want

相关标签:
回答
  • 消灭零回复
提交回复
热议问题