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

191
Visualizações
How to match two or more words name in javascript regex?

I'm trying to verify that there are at least two words name, where a word is only alphabet for example:

// Should pass
Jean Acker 
Mary Kay Adams
Elizabeth Allen Alba Bailey
Blanche Baker Bowen Collinge Marie
// ...and so on more than two words

// Should Fail
Ryan
Filbert77
Mark 21
Franz.Dimaz

This is the regex I'm currently using just to verify letters and spaces

/^[aA-zZ\s]+$/

I have searched and tried one of them on this link but it didn't work link

Can anyone help me to verify name more than 1 word?

about 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

try this:

([a-zA-Z]{1,})+\s+([a-zA-Z]{1,})+[a-zA-Z\s]*

about 4 years ago · Santiago Trujillo Relatório

0

Demo: https://regex101.com/r/tt4H3Q/1

Pattern : [a-zA-Z]+(?: [a-zA-Z]+)+

[a-zA-Z] -> Match only alphabets

+ -> Match the pattern one or more times

about 4 years ago · Santiago Trujillo 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