geongeorge / i-hate-regex

The code for iHateregex.io 😈 - The Regex Cheat Sheet
https://iHateRegex.io
4.5k stars 320 forks source link

fix: allow longer top-level-domains #105

Open oemueller opened 11 months ago

oemueller commented 11 months ago

I noticed that our company's top-level-domain (.schwarz) could not be matched with this RegEx. Suggesting to extend the length to 7 characters.

Thanks!