Entrega do Desafio #4

Merged
anacarolinaduartecavalcante merged 6 commits from develop into main 2023-01-16 11:09:57 +00:00
Showing only changes of commit 93d0c454b7 - Show all commits

View File

@ -10,7 +10,7 @@ const phone =
const instagram = /@([A-Za-z0-9_](?:(?:[A-Za-z0-9_]|(?:\.(?!\.))){0,28}(?:[A-Za-z0-9_]))?)/;
const birthDate = /\d{2}.\d{2}.\d{4}/;
const birthDate = /^[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{4}$/;