speechtotext.functions.uppercase_for_first_character_in_string

uppercase_for_first_character_in_string(string)[source]

Return string where first character is uppercase.

Parameters:

string (str) – String to process.

Returns:

String where first character is uppercase.

Return type:

str