emberjs/ember-string

Make capitalize support unicode better

locks opened this issue · 1 comments

locks commented

let capitalized = string[0].toUpperCase + string.slice(1).
"v2"

locks commented

I don't know what this was about anymore 🤔 .