Regex that matches a positive & phrase between any characters

前端 未结 0 1983
臣服心动
臣服心动 2021-01-17 07:12

I need to write a regex that checks if a phrase contains a positive number. I have found this:

[1-9]\\d* (left|remaining).*$

So I want to che

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