Skip to main content

title

Function title 

Source
pub fn title<D: Dimension>(a: &StringArray<D>) -> FerrayResult<StringArray<D>>
Expand description

Title-case each string element (first letter of each word uppercase, rest lowercase).

Words are separated by whitespace.

ยงErrors

Returns an error if the internal array construction fails.