actually url/uri spec is surprisingly complex, I’m not even sure it’s possible to fully/correctly match it with regex without false positives or negatives, especially in twitters case where even things like “google.com” are accepted as valid urls (without the protocol part, which is otherwise mandatory)
Regex is hard y’all
deleted by creator
Jobs finished boss
deleted by creator
Thank you capitalism 🤗
deleted by creator
Which one do you mean?
deleted by creator
Again, that doesn’t really narrow it down.
deleted by creator
Removed by mod
At this point I have to assume it’s malicious compliance by staff to make Elon look bad.
why would he need any help when he’s doing so much on his own?
deleted by creator
It’s really not though. It’s actually pretty simple under the hood.
But something that you should probably be able to figure out over the course of 12 months of development and testing.
actually url/uri spec is surprisingly complex, I’m not even sure it’s possible to fully/correctly match it with regex without false positives or negatives, especially in twitters case where even things like “google.com” are accepted as valid urls (without the protocol part, which is otherwise mandatory)