How to match a URL containing emojis using a regex?
问题 How can I write a regular expression to match URLs that contain emojis? The regex should match ordinary alphanumeric URLs along with URLs containing emojis in the domain name, path and/or parameters such as: http://🏹.to http://www.🏹.to/🚀🌖 http://🏹.to/I❤️coding?ref=🏹 Most web applications today (including, but not limited to, social networks, online communities, etc.) detect automatically URLs posted by the users as text and convert them into hyperlinks. Nonetheless, almost none of them