titleize()
Instance Public methods
Capitalizes the first letter of every word, when possible.
"ÃL QUE SE ENTERÃ".mb_chars.titleize # => "Ãl Que Se Enteró" "æ¥æ¬èª".mb_chars.titleize # => "æ¥æ¬èª"
Capitalizes the first letter of every word, when possible.
"ÃL QUE SE ENTERÃ".mb_chars.titleize # => "Ãl Que Se Enteró" "æ¥æ¬èª".mb_chars.titleize # => "æ¥æ¬èª"
Please login to continue.