Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
i want to prevent user from input whenever they put 0 using regular expression (regexp)

I'm using this code for html:

<input pattern="/^[1-9]\d*$/g" id="num-input" type="number" min ="0" class="form-control number" placeholder="Input numbers here" aria-label="Input number here" aria-describedby="btn-generate">

and this is in my script.js file:

function numIntoUnits() {
    let num = $('#num-input').val()
    // let full_name = $("#register-full-name").val()
    console.log(num)
}

it still shows the input numbers with zero

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Your regex look overcomplicated. /^[1-9]+$/ should do just fine.

Furthermore, setting min to 1 instead of 0 should suffice.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!