Added support for astral symbols to lodash methods:
_.toArray('I
the
');
// => ["I", " ", "
", " ", "t", "h", "e", " ", "
"]
-
-
@mathias@jdalton@bterlson Should characters like RIGHT_TO_LEFT_MARK be in the array? https://en.wikipedia.org/wiki/Right-to-left_mark … -
@mohsen____@jdalton@bterlson Yeah, it iterates over code points, like the ES6 `StringIterator`. This should be in the docs.
End of conversation
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.