You are viewing documentation about an older version (1.2.0). View latest version

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.