Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

209
Visualizações
Javascript RegExp should check four-digit input for plausibility

I want to program a JavaScript code which checks the input into an input field if it is a double two-digit HEX value. The input must contain exactly 4 digits and letters between a to f and/or 0 to 9. The following code leads to an error with a four digit input.

function check() {
var input = (document.getElementById("textField").value);


if (input.length == 4 && input.match([A-Fa-f0-9])) { alert("the input matches the requirements");}
          else {alert("input is invalid");}
}
<input type="text" id="textField">
<button type="button" onclick="check()">check!</button> 

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

If you are using regex you can define the length and simplify your test. You need to put your regex string in '/ /'.

if (input.match('/[A-Fa-f0-9]{4}/')) { ... }
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda