Why does this C# regex not produce the correct capture groups?

前端 未结 0 1873
一个人的身影
一个人的身影 2020-12-03 07:18

I have this text:

(.*) (\\\\d{4}) (Qn)

I want to match and capture the text above into groups. Specifically I n

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