Try it out on these example inputs:

back to RegexSwap.

Integer or rounded decimal

Regular expression:

^[-+]?[1-9][[0-9]]*\.?[0]*$

Categories:

Popularity:

You need to be logged in to cast votes on regexes.

Good
1
Bad
0

Author description and comments (0)

Topic by
beno

2009-01-06
14:54

Description

This regex matches all positive or negative numbers that have no decimals or only zero's in the decimal numbers. Examples:
  • 1
  • -1
  • 12.0
  • -512.000

You need to be logged in to participate

In order to post your own comments on this regex, you need to be logged in.

Username:

Log in by clicking the login link at the top of the screen