And relative URLs are important for most people, too
Once I made a URL-validation regex from the RFC itself, a regex for every BNF token and then replace every usage of that token with that regex. I had to patch the regex library, because the regex became too long for it. But it still did not work.
1 comment
1 u/BeniBela 10 Jun 2016 22:12
What about IPv6 urls?
And relative URLs are important for most people, too
Once I made a URL-validation regex from the RFC itself, a regex for every BNF token and then replace every usage of that token with that regex. I had to patch the regex library, because the regex became too long for it. But it still did not work.