in reply to Re^3: Match multiple number
in thread Match multiple number
Yes, it matches all the valid inputs, but it also matches various invalid inputs.
If all you care about is matching valid inputs and don't care about matching invalid ones, you can just do:
if (1) { ...; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Match multiple number
by dbuckhal (Chaplain) on Aug 19, 2018 at 14:10 UTC |