[][src]Function zypo_rs::cli::string_to_upper

pub fn string_to_upper(s: &str) -> String

Capitalizes first letter of string. Example: hello there would become Hello there.

Plagerized from https://stackoverflow.com/a/38406885.