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

115
Views
Regex para validar el correo electrónico en tabulator4.8 no funciona

En tabulador 4.8

 regex:/^[A-Za-z._]{1,}@[A-Za-z]{1,}[.]{1}[A-Za-z.]{2,6}$/

Si uso esta expresión regular en la consola de Chrome. console.log(/^[A-Za-z._]{1,}@[A-Za-z]{1,}[.]{1}[A-Za-z.]{2,6}$/.test("nayaz@nayaz.com"));

devuelve verdadero que es correcto.

si le paso este mismo rejex al tabulador

 { title: "EMAIL_ADDRESS", field: "EMAIL_ADDRESS", hozAlign: "center", width: 148, editor: "input", editable: true, headerFilter: "input", validator: ["required","regex:/^[A-Za-z._]{1,}@[A-Za-z]{1,}[.]{1}[A-Za-z.]{2,6}$/"] },

para ese mismo correo me tira error, ayudenme en esto.

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

0

Pase su expresión regular como

 { title: "EMAIL_ADDRESS", field: "EMAIL_ADDRESS", hozAlign: "center", width: 148, editor: "input", editable: true, headerFilter: "input", validator: [ "required", "regex:^[A-Za-z._]{1,}@[A-Za-z]{1,}[.]{1}[A-Za-z.]{2,6}$" ] }
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!