Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update domain name regex to accept longer TLDs (#19)
- Modified regex pattern to accept TLDs longer than 6 characters - Changed TLD length limit from {2,6} to {2,} - Allows domains like .services to be validated correctly Fixes #19
- Loading branch information