svelte-form
svelte-form copied to clipboard
Change email regex
I changed the regex that checks email addresses to one that meets RFC 5322 standards. Additionally, I added a test for checking email addresses with a longer TLD and turned off the line width limitation so as not to split the regex.