I'm wondering what's people using to correctly capitalize english strings since ''capitalize'' won't do the job:
(capitalize "can't")
=> "Can'T"
Although writing this function is trivial, I'm wondering if there's a preferred built-in way to do it.