0

I am using html pattern for email localpart for validation before @

Using the below regex

^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^-]+(?:\.[a-zA-Z0-9_!#$%&'*+/=?`{|}~^-]+)*$

Now i know that local part should be 64 characters. Kindly help where to put the length so that combine length of this local part should be less than 64 characters

Wiktor Stribiżew
  • 607,720
  • 39
  • 448
  • 563

0 Answers0