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