Regex for python float validation

Asked

Viewed 195 times

4

r"[+-]? d*.? d+"

This regex is accepting numbers with more than one point Ex: 12.23.43 and was not to accept...

1 answer

5


  • 1

    Thank you very much comrade, it worked perfectly!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.