Page Hangs in Chrome/Shows TIMEOUT on regex101.com
I have a regex like this: /^(A-Za-z0-9)([\.\_]?[A-Za-z0-9-]+)(\.[A-Za-z]{2,6})+(\/A-Za-z+)*$/
and I want to test the string like: webmail.google.com.qqqqqqqqqqqqqqqqqqq.......
But it shows TIMEOUT. I know that string is invalid for given regex. But I do this because when I input this string and ma...
Submitted by sam - 10 years ago