Alright nerds, who can guess what this RegEx matches?
Alright nerds, who can guess what this RegEx matches?
O(regex^n)
It seems most browsers basically ignore them:
lemire.me/…/you-can-use-newline-characters-in-url…
So probably not worth remembering anyway.

We locate web content using special addresses called URLs. We are all familiar with addresses like https://google.com. Sometimes, URLs can get long and they can become difficult to read. Thus, we might be tempted to format them like so in HTML using newline and tab characters, like so: <a href="https://lemire.me/blog/2026/02/21/ how-fast-do-browsers-correct-utf-16-strings/">my blog post</a> It will … Continue reading You can use newline characters in URLs