Regex for matching floating point number


/ Published in: Regular Expression
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [-+]?[0-9]*\.?[0-9]+

URL: http://www.regular-expressions.info/floatingpoint.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.