@mathias regarding to https://mathiasbynens.be/demo/url-regex , take a look at http://markdown-it.github.io/linkify-it/ . Regex with unicode support is generated internally.
@puzrin Why do you need negated astral chars? Just do `regenerate().addRange(0x0, 0xFFFF)` to match only BMP.
-
-
@mathias punctuation & letters can be astral. I see no reasons to drop astrals support if it can be done properly (via lookahead). -
@puzrin I am not proposing to drop astral symbol support. But `BMP == negated(astral)` - 2 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.