SSN regex validation is not working
hi @Ankur Bawiskar , pattern = /^(?!.*(\d{3}[ *]\d{2}[ *]\d{4}|\d{3}[.-]?\d{2}[.-]?\d{4}|\d{3}\.\d{2}\.\d{4}|\d{9}|\d{3}\/\d{2}\/\d{4})).*$/;we have to abort the action if the pattern is like the below:999-99-9999999*99*9999999 99 9999999.99.99999999...
