Any reason why `capitalize()` was removed ? It was...
# stdlib
a
Any reason why
capitalize()
was removed ? It was so util and the new way to do it is great but looks so raw compared to the methods the String class has, also a method
titlecase()
would be great :)
c
Some context here and in the ticket. tl;dr: problematic usage patterns, inconsistent design.