diff --git a/p.typ b/p.typ index cd1a9ef..1a7b2fe 100644 --- a/p.typ +++ b/p.typ @@ -508,7 +508,7 @@ S:// match a valid phone number :/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/ : :// match an email - :/^(A-Za-z0-9_\.-]+)@([A-Za-z0-9_\.-]+)\.([A-Za-z\.]{2,6})$/ + :/^([A-Za-z0-9_\.-]+)@([A-Za-z0-9_\.-]+)\.([A-Za-z\.]{2,6})$/ : :// match a URL :/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/