Skip to main content

py_title

Function py_title 

Source
pub fn py_title(s: &str) -> String
Expand description

Python str.title() — titlecase the first char of each run of cased chars, lowercase the rest. (Reached only with ASCII section/type names.)