snowflake.snowpark.functions.initcap¶ snowflake.snowpark.functions.initcap(e: ColumnOrName) → Column[source]¶ Returns the input string with the first letter of each word in uppercase and the subsequent letters in lowercase.