Trying to write a regex to find a ten digit number with a space either side

前端 未结 0 1778
忘了有多久
忘了有多久 2021-01-31 11:56

I have a regex that finds a 10-digit number (no special characters or decimal) which is:

\\d{10}

I need to edit it so that it only finds 10-d

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