JavaScript Regex für nicht negative Zahlen

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