Regex is not finding numbers at the end of words

前端 未结 0 628
别跟我提以往
别跟我提以往 2020-12-23 09:43

The following line of code should select numbers within words

((?=[a-zA-Z])\\d+(?=[a-zA-Z])?|(?=[a-zA-Z])?\\d+(?=[a-zA-Z]))

but for

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