I want to set regular expression decimal value less than 1 and greater than 0..
i use this { ^\d+\.\d{0,2}$ } but it takes value like 0.50, 0.75, 1.25, 20.50.....
but i want below 1.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manav PandyaPosted Mar 22, 2018, 3:39 AM
Shivam DixitPosted Mar 22, 2018, 5:20 AM