Data ModelingFunction Listinit_capOn this pageinit_capCapitalizes the first letter of each word in a string. Syntax init_cap(<text>) ParameterTypeDescriptiontextTextThe text value to process. Return values Text Usage Capitalizes the first letter of each word in the customer name. init_cap(orders.customer_name) Related functions upper lower str_replace