just number regex

JavaScript
// https://regex101.com/r/qyq3PG/1
// or 
/^[0-9]*$/^[0-9]
Source

Also in JavaScript: