JavaScript Regex para números não negativos

const numRegex = /^\d+$/;
Hihihi