Q:

jquery regex for digit numbers

// https://regex101.com/r/qyq3PG/1
// or 
/^[0-9]*$/
3
/^[\+\-]?\d*\.?\d+(?:[Ee][\+\-]?\d+)?$/

/* 
	matched values:
    -2.14e10
    +14E-20
    42.69
*/
0

New to Communities?

Join the community