EG something of the form: 12.
or 1.
or 143.
Thanks.
The following will match all of your examples, and should work with any regex implementation:
[0-9]+\.
This is it:
^\d+\.$
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With