I am trying to create an input regex that will only accept whole, positive numbers. So far I have:
[^[+]?d+([.]d+)?$]
But users can still enter, say, .4. How can I alter this to disallow floats? Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…