I want a regular expression that accept a empty string or a decimal greater than zero
^[^0]
this avoid zero but not emty string
I want a regular expression that accept a empty string or a decimal greater than zero
^[^0]
this avoid zero but not emty string