Function to_title

Source
pub fn to_title(c: char) -> char
Expand description

Given a codepoint c, return the codepoint of the corresponding title-case character, if any.

Otherwise (if there is no title-case variant), return c.