API
string_ops
- package_creation.string_ops.capitalize_words(s: str) str[source]
Capitalize the first letter of each word in the given string. Args: s (str): The input string to capitalize. Returns: str: A new string with each word capitalized.
Capitalize the first letter of each word in the given string. Args: s (str): The input string to capitalize. Returns: str: A new string with each word capitalized.