regex to negate from matched group

前端 未结 0 1465
野趣味
野趣味 2020-12-19 08:04

I am trying to use regex to match anything but "id":digits part

I have come up with this "(\\b(id":)(\\d+)\\b)" to find the id:byDigits patte

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